diff --git a/src/constants/common.ts b/src/constants/common.ts
index 2837c2dba..d97cb86aa 100644
--- a/src/constants/common.ts
+++ b/src/constants/common.ts
@@ -41,10 +41,10 @@ wx号: YNyiqi
如果使用了自己的 Api Key,不会计费。可以在账号页,看到详细账单。单纯使用 chatGPT 模型进行对话,只有一个计费项目。使用知识库时,包含**对话**和**索引**生成两个计费项。
| 计费项 | 价格: 元/ 1K tokens(包含上下文)|
| --- | --- |
-| chatgpt - 对话 | 0.003 |
-| 知识库 - 对话 | 0.003 |
-| 知识库 - 索引 | 0.001 |
-| 文件拆分 | 0.003 |
+| chatgpt - 对话 | 0.03 |
+| 知识库 - 对话 | 0.03 |
+| 知识库 - 索引 | 0.01 |
+| 文件拆分 | 0.03 |
`;
export const chatProblem = `
diff --git a/src/pages/number/components/PayModal.tsx b/src/pages/number/components/PayModal.tsx
index f25792798..66662f0e3 100644
--- a/src/pages/number/components/PayModal.tsx
+++ b/src/pages/number/components/PayModal.tsx
@@ -95,7 +95,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
{!payId && (
<>
{/* 价格表 */}
-
+ {/*
@@ -112,7 +112,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
))}
-
+ */}
{[5, 10, 20, 50].map((item) => (