Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
d00ac152
authored
Jul 05, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
price
parent
e979a55f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
client/public/docs/chatProblem.md
+2
-2
client/public/docs/intro.md
+2
-2
client/src/constants/model.ts
+1
-1
client/src/pages/number/components/PayModal.tsx
+2
-2
No files found.
client/public/docs/chatProblem.md
View file @
d00ac152
...
...
@@ -8,9 +8,9 @@
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.0
25
|
| chatgpt16K - 对话 | 0.0
3
|
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
25
|
| 文件拆分 | 0.0
3
|
**其他问题**
| 交流群 | 小助手 |
...
...
client/public/docs/intro.md
View file @
d00ac152
...
...
@@ -20,9 +20,9 @@ FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.0
25
|
| chatgpt16K - 对话 | 0.0
3
|
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
25
|
| 文件拆分 | 0.0
3
|
### 交流群/问题反馈
...
...
client/src/constants/model.ts
View file @
d00ac152
...
...
@@ -39,7 +39,7 @@ export const ChatModelMap = {
contextMaxToken
:
16000
,
systemMaxToken
:
8000
,
maxTemperature
:
1.2
,
price
:
2.5
price
:
3
},
[
OpenAiChatEnum
.
GPT4
]:
{
chatModel
:
OpenAiChatEnum
.
GPT4
,
...
...
client/src/pages/number/components/PayModal.tsx
View file @
d00ac152
...
...
@@ -115,9 +115,9 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.015 |
| chatgpt16K - 对话 | 0.0
25
|
| chatgpt16K - 对话 | 0.0
3
|
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
25
|`
}
| 文件拆分 | 0.0
3
|`
}
/>
</>
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment