mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00

用最新的配置文件4.6.8 ,对话选gpt-4-turbo 报错: null max_tokens is too large: 62500. This model supports at most 4096 completion tokens, whereas you provided 62500. (request id: 20240202110253407344738SmDnkwX1) 原因是官方gpt-4-turbo 最大的返回token 4096.
文档
本地运行
- 安装 go 语言环境。
- 安装 hugo。二进制下载,注意需要安装 extended 版本。
- cd docSite
- hugo serve
- 访问 http://localhost:1313