Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Aug 31, 2023
1 parent 7231a84 commit 7cb035b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docSite/content/docs/development/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ weight: 100
{
"model": "gpt-3.5-turbo",
"name": "GPT35-4k",
"contextMaxToken": 4000,
"quoteMaxToken": 2000,
"maxTemperature": 1.2,
"contextMaxToken": 4000, // 最大token,均按 gpt35 计算
"quoteMaxToken": 2000, // 引用内容最大 token
"maxTemperature": 1.2, // 最大温度
"price": 0,
"defaultSystem": ""
},
Expand Down
4 changes: 2 additions & 2 deletions docSite/content/docs/development/development.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
weight: 0
title: '快速开始'
description: '对 FastGPT 进行开发调试'
icon: 'developer_guide'
draft: false
images: []
toc: true
weight: 0
---

本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)
Expand Down

0 comments on commit 7cb035b

Please sign in to comment.