mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
price
This commit is contained in:
@@ -39,7 +39,7 @@ export const ChatModelMap = {
|
||||
contextMaxToken: 16000,
|
||||
systemMaxToken: 8000,
|
||||
maxTemperature: 1.2,
|
||||
price: 2.5
|
||||
price: 3
|
||||
},
|
||||
[OpenAiChatEnum.GPT4]: {
|
||||
chatModel: OpenAiChatEnum.GPT4,
|
||||
|
@@ -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 |`}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user