web vision & voice chat bot, the bot can describe images and listen to voice commands
Create a .env.local
in your root with a custom baseURL if you are running your own infra:
VITE_BASE_URL=http://...
VITE_SHOW_SPLASH=
VITE_SHOW_SPLASH=
VITE_SERVER_AUTH= # JWT token for backend
VITE_BOT_READY_TIMEOUT=15000 # 15 seconds
yarn
yarn run dev