- Low latency replies
- No limits
- Free
- Helpful Interface
- DALLE E3
- Stable Difusion XL
- GPT-4
- Mistral 7b
- LLMA 70b
- Bing Image Creator
- Bard Chat
- Gemini Pro
- Special Chat Mods(Python assistant, Ds assistant, and more)
- Deep AI
- Meta Chat
- GPT-3.5
- OCR (NO API)
/start- Start the bot/help- Help/ping- Ping/create- Create an image (Microsoft Image Creator)/chat- Chat with the bot (Mistral 7b)/gpt4- Chat with the bot (GPT-4)
- Install Python 3.9 or higher
- Install the requirements:
pip3 install -r requirements.txt - Edit
sample_config.envadd your API keys and rename it toconfig.env:
mv sample_config.env config.env
- Run ocr binary (optional):
export PORT=3333 && ./ocrserver - Run the bot:
python3 -m bot
- Implement RAG
- [Jashu]