Skip to content

v0.9.7

Latest
Compare
Choose a tag to compare
@nanbingxyz nanbingxyz released this 27 Feb 11:41
· 79 commits to main since this release

What's Changed

Support adding tools and installing them from the market.

5ire-add-tool.mp4

We have created an open marketplace for MCP Servers. it empowers users to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.

5ire-install-from-market.mp4

Enable or disable tool support as needed.

Now, you can choose whether to enable tools. Before enabling tool support for a model, ensure the model itself supports it to avoid errors. btw, Ollama of 5ire also supports tools now.

5ire1

Tip

The circular badge before each model name visually indicates its tool compatibility status: the outer ring in a shade of gray-green shows the model's original capability, while the inner dot uses the same color gradient to reflect the current configuration setting

Standardize the API Base

Standardized the API Base across all providers. For example, OpenAI's has been changed from https://api.openai.com to https://api.openai.com/v1, Anthropic's has been changed from https://api.anthropic.com to https://api.anthropic.com/v1 and so on.

Note

If you encounter a 404 error after the update, please check and update the API Base accordingly.

More Improvements

  • Support rendering of reasoning content.
  • Support for Anthropic's latest claude-3.7-sonnet model.
  • Support more google's experimental models.
  • And various bug fixes

❤️ Big thanks to @Wh1isper for troubleshooting and fixing the issues, Louis for the UI support, and everyone for the helpful feedback.