mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 06:14:06 +00:00

* fix: plugin update * feat: get current time plugin * fix: ts * perf: select app ux * fix: ts * perf: max w * move code * perf: inform tip * fix: inform * doc * fix: tool handle * perf: tmp file store * doc * fix: message file selector * feat: doc * perf: switch trigger * doc * fix: openapi import * rount the number * parse openapi schema * fix empty line after variables (#64) * doc image * image size * doc * doc * catch error --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
920 B
920 B
FastGPT V4.7
- 新增 - 工具调用模块,可以让LLM模型根据用户意图,动态的选择其他模型或插件执行。
- 新增 - 分类和内容提取支持 functionCall 模式。部分模型支持 functionCall 不支持 ToolCall,也可以使用了。需要把 LLM 模型配置文件里的
functionCall
设置为true
,toolChoice
设置为false
。如果toolChoice
为 true,会走 tool 模式。 - 新增 - HTTP插件,可实现OpenAPI快速生成插件。
- 优化 - 高级编排性能。
- 优化 - AI模型选择。
- 优化 - 手动输入知识库弹窗。
- 优化 - 变量输入弹窗。
- 优化 - 浏览器读取文件自动推断编码,减少乱码情况。
- 点击查看高级编排介绍文档
- 使用文档
- 点击查看商业版