Files
FastGPT/docSite
Robin Wang ec8e2512bc change gpt-4-turbo maxResponse configuration template (#814)
用最新的配置文件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.
2024-02-02 12:20:16 +08:00
..
2024-02-01 21:57:41 +08:00
2023-10-12 00:04:45 +08:00
2024-01-06 18:42:27 +08:00
2024-01-06 18:42:27 +08:00
2023-10-30 13:26:42 +08:00
2023-11-20 13:43:33 +08:00
2023-12-07 18:07:57 +08:00
2023-12-07 18:07:57 +08:00
2024-01-05 18:02:53 +08:00
2023-10-30 13:26:42 +08:00

文档

本地运行

  1. 安装 go 语言环境。
  2. 安装 hugo。二进制下载,注意需要安装 extended 版本。
  3. cd docSite
  4. hugo serve
  5. 访问 http://localhost:1313