Skip to content

ChatSpeed v1.1.14

Choose a tag to compare

@github-actions github-actions released this 30 Sep 09:47

This update primarily introduces proxy alias wildcard support, significantly enhancing the flexibility and convenience of model configuration. You can now use wildcards like * and ? to define proxy aliases, adapting to changes in model names without frequent configuration modifications. Additionally, we have optimized the search scraper's filtering mechanism, fixed a bug where some tool calls in the chat interface could not be expanded, and optimized the model configuration process.

✨ Enhancements

  • Optimized the search scraper to automatically filter multimedia websites and files, providing more precise results as requested. The WebSearch tool's default number of results has also been adjusted to 5, with a maximum of 30, offering more flexible search control.
  • Added proxy alias wildcard support, now allowing * for multiple characters and ? for single characters.

🔧 Technical Optimizations

  • Adjusted API documentation to adapt to the new MCP proxy.
  • Optimized the model configuration process by changing the import button from invisible to disabled when adjusting model settings, improving user experience.

🐞 Bug Fixes

  • Fixed a bug where some tool calls in the chat interface could not be expanded.

本次更新重点引入了代理别名通配符支持,极大地提升了模型配置的灵活性和便捷性。现在,您可以利用 *? 等通配符来定义代理别名,无需频繁修改配置即可适应模型名称的变化。此外,我们还优化了搜索爬虫的过滤机制,修复了对话界面工具展开的 bug,并对模型配置流程进行了优化。

✨ 功能增强

  • 优化了搜索爬虫,现在会自动过滤多媒体网站和多媒体文件,返回结果将按要求更精准。同时,WebSearch 工具的默认返回结果数量调整为 5 条,最大支持 30 条,以提供更灵活的搜索控制。
  • 新增了代理别名通配符支持,现在支持通过*匹配多字符和?匹配单字符

🔧 技术优化

  • 调整了 api 文档,以适配新的 MCP 代理
  • 调整模型配置时,导入按钮从不可见变为禁用状态,以优化时间

🐞 Bug 修复

  • 修复了对话界面有些工具无法展开的 bug