This commit is contained in:
archer
2023-06-25 20:38:49 +08:00
parent a9d258d992
commit a4744dd78f
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.015 |
| gpt4 - 对话 | 0.1 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.015 |
**其他问题**

View File

@@ -21,7 +21,7 @@ FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.015 |
| gpt4 - 对话 | 0.1 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.015 |
### 交流群/问题反馈

View File

@@ -47,7 +47,7 @@ export const ChatModelMap = {
contextMaxToken: 8000,
systemMaxToken: 4000,
maxTemperature: 1.2,
price: 10
price: 45
},
[OpenAiChatEnum.GPT432k]: {
chatModel: OpenAiChatEnum.GPT432k,

View File

@@ -116,7 +116,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.015 |
| gpt4 - 对话 | 0.1 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.015 |`}
/>
</>