From ec22cd832052d21323a7eff3a75374745aa003fc Mon Sep 17 00:00:00 2001
From: archer <545436317@qq.com>
Date: Wed, 5 Apr 2023 10:59:53 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=B7=E6=A0=BC=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/constants/common.ts | 8 ++++----
src/pages/number/components/PayModal.tsx | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
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) => (