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

@@ -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 |`}
/>
</>
)}