Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Dec 24, 2024
1 parent ab02970 commit ed6aed8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,30 @@ This allows you to easily interact with OpenAI and Google Generative APIs.

## Getting Started

1. Add your OpenAI API key to the "OPENAI_API_KEY" variable and (optionally) AWS, Google Keys in config.json for additional functionality.
2. Open index.html and have fun!
3. Optional: - Suno-Ai's Bark TTS Engine Added. Run server.py (GPU Enabled)
4. **Note: You may have to review/adjust the code for your specific env. ie CIDR ranges, NGINX/webserver configuration,scripting piece etc.**
1. Add your OpenAI API key to the "```OPENAI_API_KEY```" variable and (optionally) AWS, Google Keys in ```config.json``` for additional functionality.
2. Open ```index.html``` and have fun!
3. Optional: - Suno-Ai's Bark TTS Engine. Run ```server.py``` (GPU Enabled)
4. **Note: You may have to review/adjust the code for your specific env. ie ```CIDR ranges```, ```NGINX/webserver``` configuration,```scripting``` piece etc.**

## Features

- Keeps conversation memory
- OpenAI ```o1```, ```o1-*``` models supported
- OpenAI ```gpt-4o``` models supported
- Latest Google Gemini 2.0 ```Thinking``` modle Supported
- Google Vision API added (AI Image processing)
- OpenAI ```o1```, ```o1-*``` models
- OpenAI ```gpt-4o``` models
- Latest Google Gemini 2.0 ```Thinking``` model
- 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 Added
- 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

## Bugs
- Check Issues
- Response with "usage":{"completion_tokens":420} causes weird display bug on-screen.
- 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 <br>
Expand Down

0 comments on commit ed6aed8

Please sign in to comment.