mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
price
This commit is contained in:
@@ -47,7 +47,7 @@ export const ChatModelMap = {
|
||||
contextMaxToken: 8000,
|
||||
systemMaxToken: 4000,
|
||||
maxTemperature: 1.2,
|
||||
price: 10
|
||||
price: 45
|
||||
},
|
||||
[OpenAiChatEnum.GPT432k]: {
|
||||
chatModel: OpenAiChatEnum.GPT432k,
|
||||
|
@@ -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 |`}
|
||||
/>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user