ngosang / ultimate-ai-assistant

ChatGPT with a voice interface!

Home Page:https://ultimate-ai-assistant.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Ultimate AI Assistant

Now you can use GPT-3/GPT-4 from anywhere! Talk to GPT-4 when driving in the car. Bounce ideas off the ultimate personal assistant.

This uses OpenAI Whisper for speech-to-text and OpenAI gpt-3.5-turbo/gpt-4 for completion.

To get it running:
cd into ultimate-ai-assistant project root directory

docker build -t ultimate_ai_assistant .  
docker run -d -e OPENAI_API_KEY='<YOUR_API_KEY>' -p 8000:80 ultimate_ai_assistant

and then navigate to localhost:8000

The AI model used to gpt-3.5-turbo but you can adjust this by setting the AI_COMPLETION_MODEL environment variable (e.g. to gpt-4 if your OPENAI_API_KEY has access to it)

Demo currently deployed at https://ultimate-ai-assistant.up.railway.app/

Ultimate.AI.Assistant.mp4

About

ChatGPT with a voice interface!

https://ultimate-ai-assistant.up.railway.app/

License:MIT License


Languages

Language:JavaScript 41.1%Language:Python 31.1%Language:CSS 16.7%Language:HTML 8.8%Language:Dockerfile 2.3%