Description
This is an Material3 style chat app that supports answers from multiple LLMs at once.
Bring your own API key AI client!
Supported Platforms
- OpenAI GPT (GPT-4o, turbo, etc)
- Anthropic Claude (3.5 Sonnet, 3 Opus, etc)
- Google Gemini (1.5 Pro, Flash, etc)
- Ollama (Your own server)
Local chat history
Chat history is only saved locally. The app only sends to official API servers while chatting. NOT SHARED anywhere else.
Custom API address and custom model name supported. Also, adjust system prompt, top p, temperature, and more!
Note that some platforms may not be supported in some countries.
What's New in the Latest Version 0.5.0
- Now supports Ollama API.
- Now GPT 3.5 Turbo is deprecated and GPT 4o mini is recommended.
- Supports custom API address, custom models
- Minor UX improvements
- Translation improvements