fix: 价格表

This commit is contained in:
archer
2023-04-05 10:59:53 +08:00
parent 8c7efcbd1a
commit ec22cd8320
2 changed files with 6 additions and 6 deletions

View File

@@ -41,10 +41,10 @@ wx号: YNyiqi
如果使用了自己的 Api Key不会计费。可以在账号页看到详细账单。单纯使用 chatGPT 模型进行对话,只有一个计费项目。使用知识库时,包含**对话**和**索引**生成两个计费项。 如果使用了自己的 Api Key不会计费。可以在账号页看到详细账单。单纯使用 chatGPT 模型进行对话,只有一个计费项目。使用知识库时,包含**对话**和**索引**生成两个计费项。
| 计费项 | 价格: 元/ 1K tokens包含上下文| | 计费项 | 价格: 元/ 1K tokens包含上下文|
| --- | --- | | --- | --- |
| chatgpt - 对话 | 0.003 | | chatgpt - 对话 | 0.03 |
| 知识库 - 对话 | 0.003 | | 知识库 - 对话 | 0.03 |
| 知识库 - 索引 | 0.001 | | 知识库 - 索引 | 0.01 |
| 文件拆分 | 0.003 | | 文件拆分 | 0.03 |
`; `;
export const chatProblem = ` export const chatProblem = `

View File

@@ -95,7 +95,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
{!payId && ( {!payId && (
<> <>
{/* 价格表 */} {/* 价格表 */}
<TableContainer mb={4}> {/* <TableContainer mb={4}>
<Table> <Table>
<Thead> <Thead>
<Tr> <Tr>
@@ -112,7 +112,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
))} ))}
</Tbody> </Tbody>
</Table> </Table>
</TableContainer> </TableContainer> */}
<Grid gridTemplateColumns={'repeat(4,1fr)'} gridGap={5} mb={4}> <Grid gridTemplateColumns={'repeat(4,1fr)'} gridGap={5} mb={4}>
{[5, 10, 20, 50].map((item) => ( {[5, 10, 20, 50].map((item) => (
<Button <Button