mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
docs
This commit is contained in:
@@ -69,9 +69,9 @@ weight: 100
|
|||||||
{
|
{
|
||||||
"model": "gpt-3.5-turbo",
|
"model": "gpt-3.5-turbo",
|
||||||
"name": "GPT35-4k",
|
"name": "GPT35-4k",
|
||||||
"contextMaxToken": 4000,
|
"contextMaxToken": 4000, // 最大token,均按 gpt35 计算
|
||||||
"quoteMaxToken": 2000,
|
"quoteMaxToken": 2000, // 引用内容最大 token
|
||||||
"maxTemperature": 1.2,
|
"maxTemperature": 1.2, // 最大温度
|
||||||
"price": 0,
|
"price": 0,
|
||||||
"defaultSystem": ""
|
"defaultSystem": ""
|
||||||
},
|
},
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
weight: 0
|
|
||||||
title: '快速开始'
|
title: '快速开始'
|
||||||
description: '对 FastGPT 进行开发调试'
|
description: '对 FastGPT 进行开发调试'
|
||||||
icon: 'developer_guide'
|
icon: 'developer_guide'
|
||||||
draft: false
|
draft: false
|
||||||
images: []
|
toc: true
|
||||||
|
weight: 0
|
||||||
---
|
---
|
||||||
|
|
||||||
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。
|
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。
|
||||||
|
Reference in New Issue
Block a user