Skip to content

Release v9.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 18:59
· 2 commits to master since this release
f92fe2f
  • Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)
  • Added configurable base URL in adapter settings
  • Models are now fetched dynamically from the configured API endpoint
  • Added the "Test API connection" button in adapter settings
  • Added error handling with user-friendly messages for unreachable providers
  • Added retry functionality for failed model loading
  • All API calls (models + chat) are proxied server-side to avoid CORS issues with local providers
  • Strip LLM thinking artifacts from responses (for local models like Ollama)