new
improved
fixed
v0.9.2
What's Changed
- 🎉 Added model mapping feature.
- ✨ The built - in MCP Servers now include MySQL.
- ⚒️ Fixed the problem of Claude losing output content.
- ⚒️ Fixed the problem of Claude failing to call tools.
- ⚒️ Fixed the problem that the selected Prompt and Knowledge collection in the conversation are lost after the application is restarted.
What is Model Mapping?
Model mapping refers to the process of assigning a custom name to a certain model when making API requests. Since most service providers' APIs are compatible with OpenAI's, the primary difference often lies in the model names. Through model mapping, users can define their own model names. For instance, mapping
gpt-4
to qwen2
and combining it with a custom API base allows users to leverage services from various aggregated providers seamlessly.