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.
Note
Thanks to @tanevanwifferen for helping fix the Claude-related issues. However, this part is somewhat intricate, and as we currently lack the means to conduct actual tests using the Claude API, if any issues persist, we will do our best to resolve them in future updates.