This commit is contained in:
archer
2023-07-05 09:54:20 +08:00
parent e979a55f19
commit d00ac152b5
4 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.025 |
| chatgpt16K - 对话 | 0.03 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.025 |
| 文件拆分 | 0.03 |
**其他问题**
| 交流群 | 小助手 |

View File

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

View File

@@ -39,7 +39,7 @@ export const ChatModelMap = {
contextMaxToken: 16000,
systemMaxToken: 8000,
maxTemperature: 1.2,
price: 2.5
price: 3
},
[OpenAiChatEnum.GPT4]: {
chatModel: OpenAiChatEnum.GPT4,

View File

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