Skip to content

v0.9.2

Latest
Compare
Choose a tag to compare
@nanbingxyz nanbingxyz released this 09 Jan 13:18

What's Changed

  1. πŸŽ‰ Added model mapping feature.
  2. ✨ The built - in MCP Servers now include MySQL.
  3. βš’οΈ Fixed the problem of Claude losing output content.
  4. βš’οΈ Fixed the problem of Claude failing to call tools.
  5. βš’οΈ 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.