mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
1.2 KiB
1.2 KiB
| title | description | icon | draft | toc | weight |
|---|---|---|---|---|---|
| V4.6.5(需要改配置文件) | FastGPT V4.6.5 | upgrade | false | true | 831 |
配置文件变更
由于 openai 已开始启用 function call,改为 toolChoice。FastGPT 同步的修改了对于的配置和调用方式,需要对配置文件做一些修改:
主要是修改模型的functionCall字段,改成toolChoice即可。设置为true的模型,会默认走 openai 的 tools 模式;未设置或设置为false的,会走提示词生成模式。
问题补全模型与内容提取模型使用同一组配置。