This commit is contained in:
archer
2023-07-04 11:52:10 +08:00
parent 93fc9ee65d
commit dda7847f77
5 changed files with 15 additions and 16 deletions

View File

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

View File

@@ -114,10 +114,10 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.015 |
| chatgpt - 对话 | 0.025 |
| chatgpt16K - 对话 | 0.025 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.015 |`}
| 文件拆分 | 0.025 |`}
/>
</>
)}