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
dda7847f
authored
Jul 04, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
price
parent
93fc9ee6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
16 deletions
+15
-16
client/public/docs/chatProblem.md
+3
-3
client/public/docs/intro.md
+3
-3
client/public/docs/versionIntro.md
+4
-5
client/src/constants/model.ts
+2
-2
client/src/pages/number/components/PayModal.tsx
+3
-3
No files found.
client/public/docs/chatProblem.md
View file @
dda7847f
...
...
@@ -7,10 +7,10 @@
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.0
1
5 |
| chatgpt16K - 对话 | 0.0
1
5 |
| chatgpt - 对话 | 0.0
2
5 |
| chatgpt16K - 对话 | 0.0
2
5 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
1
5 |
| 文件拆分 | 0.0
2
5 |
**其他问题**
| 交流群 | 小助手 |
...
...
client/public/docs/intro.md
View file @
dda7847f
...
...
@@ -19,10 +19,10 @@ FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.0
1
5 |
| chatgpt16K - 对话 | 0.0
1
5 |
| chatgpt - 对话 | 0.0
2
5 |
| chatgpt16K - 对话 | 0.0
2
5 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
1
5 |
| 文件拆分 | 0.0
2
5 |
### 交流群/问题反馈
...
...
client/public/docs/versionIntro.md
View file @
dda7847f
### Fast GPT V3.9
1.
限时优惠活动,更低价的 tokens。
2.
新增 - 直接分段训练,可调节段落大小。
3.
优化 - tokens 计算性能。
4.
优化 - key 池管理,结合 one-api 项目,实现更方便的 key 池管理,具体参考
[
docker 部署 FastGpt
](
https://github.com/c121914yu/FastGPT/blob/main/docs/deploy/docker.md
)
5.
新增 - V2 版 OpenAPI,可以在任意第三方套壳 ChatGpt 项目中直接使用 FastGpt 的应用,注意!是直接,不需要改任何代码。具体参考
[
API 文档中《在第三方应用中使用 FastGpt》
](
https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh
)
1.
新增 - 直接分段训练,可调节段落大小。
2.
优化 - tokens 计算性能。
3.
优化 - key 池管理,结合 one-api 项目,实现更方便的 key 池管理,具体参考
[
docker 部署 FastGpt
](
https://github.com/c121914yu/FastGPT/blob/main/docs/deploy/docker.md
)
4.
新增 - V2 版 OpenAPI,可以在任意第三方套壳 ChatGpt 项目中直接使用 FastGpt 的应用,注意!是直接,不需要改任何代码。具体参考
[
API 文档中《在第三方应用中使用 FastGpt》
](
https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh
)
client/src/constants/model.ts
View file @
dda7847f
...
...
@@ -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
,
...
...
client/src/pages/number/components/PayModal.tsx
View file @
dda7847f
...
...
@@ -114,10 +114,10 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
| 知识库 - 索引 | 0.001 |
| chatgpt - 对话 | 0.0
1
5 |
| chatgpt16K - 对话 | 0.0
1
5 |
| chatgpt - 对话 | 0.0
2
5 |
| chatgpt16K - 对话 | 0.0
2
5 |
| gpt4 - 对话 | 0.45 |
| 文件拆分 | 0.0
1
5 |`
}
| 文件拆分 | 0.0
2
5 |`
}
/>
</>
)
}
...
...
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