v.2.0.6
This allows you to easily interact with OpenAI and Google Generative APIs.
- Add your OpenAI API key to the "
OPENAI_API_KEY
" variable and (optionally) AWS, Google Keys inconfig.json
for additional functionality. - Open
index.html
and have fun! - Optional: - Suno-Ai's Bark TTS Engine. Run
server.py
(GPU Enabled) - Note: You may have to review/adjust the code for your specific env. ie
CIDR ranges
,NGINX/webserver
configuration,scripting
piece etc.
- Keeps conversation memory
- OpenAI
o1
,o1-*
models - OpenAI
gpt-4o
models - Latest Google Gemini 2.0
Thinking
model - lmstudio API local models
- Dall-E Image Generation
- Google Vision
- Model Selection, Multiple languages, and Print Conversation.
- Convert to Speech using Amazon Polly's Text-to-Speech service.
- Suno-Ai's Bark TTS Engine available
- Use Google Search with the Keyword "Google"
- Images served with Google Image Search
- Additional scraped data with scripts
- Basic Error handling
- Check Issues
- Response with
"usage":{"completion_tokens":420}
causes weird display bug on-screen. - Not for Production use (really messy code, likely security concerns, all-over-the-place, good playgroud and learning tho!)
Grabbed the inital idea from here https://www.codeproject.com/Articles/5350454/Chat-GPT-in-JavaScript
Complete overhaul of the code base.