0.0.80
November 17, 2024
- Added streaming support for OpenRouter API, this is enabled by default
- Added streaming support for 3rd party APIs including Ollama, this is enabled by default
- Simplified streaming logic for first party models and switched them to use streaming by default
- Automatically clean up old conversation history to speed up the application
- Fixed setup for Ollama API to use 127.0.0.1 instead of localhost
16x Prompt wrote about 70% of the code in this release.
Thanks to Tom for the feedback and suggestions!
0.0.79
November 13, 2024
- Added support for Claude 3.5 Haiku (claude-3-5-haiku-20241022)
- Added model ID to the model list in model selection modal
- Minor UI/UX improvements
16x Prompt wrote about 90% of the code in this release.
0.0.78
November 10, 2024
- Added experimental streaming support for First-Party models (OpenAI and Anthropic)
- The setting is disabled by default and can be enabled in the settings
16x Prompt wrote about 70% of the code in this release.