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
ec22cd83
authored
Apr 05, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 价格表
parent
8c7efcbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/constants/common.ts
+4
-4
src/pages/number/components/PayModal.tsx
+2
-2
No files found.
src/constants/common.ts
View file @
ec22cd83
...
...
@@ -41,10 +41,10 @@ wx号: YNyiqi
如果使用了自己的 Api Key,不会计费。可以在账号页,看到详细账单。单纯使用 chatGPT 模型进行对话,只有一个计费项目。使用知识库时,包含**对话**和**索引**生成两个计费项。
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
| chatgpt - 对话 | 0.0
0
3 |
| 知识库 - 对话 | 0.0
0
3 |
| 知识库 - 索引 | 0.0
0
1 |
| 文件拆分 | 0.0
0
3 |
| chatgpt - 对话 | 0.03 |
| 知识库 - 对话 | 0.03 |
| 知识库 - 索引 | 0.01 |
| 文件拆分 | 0.03 |
`
;
export
const
chatProblem
=
`
...
...
src/pages/number/components/PayModal.tsx
View file @
ec22cd83
...
...
@@ -95,7 +95,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
{
!
payId
&&
(
<>
{
/* 价格表 */
}
<
TableContainer
mb=
{
4
}
>
{
/*
<TableContainer mb={4}>
<Table>
<Thead>
<Tr>
...
...
@@ -112,7 +112,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
))}
</Tbody>
</Table>
</
TableContainer
>
</TableContainer>
*/
}
<
Grid
gridTemplateColumns=
{
'repeat(4,1fr)'
}
gridGap=
{
5
}
mb=
{
4
}
>
{
[
5
,
10
,
20
,
50
].
map
((
item
)
=>
(
<
Button
...
...
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