From d8cdb70333d48795f3865ea8661cae783824a696 Mon Sep 17 00:00:00 2001 From: 14790897 <14790897abc@gmail.com> Date: Thu, 28 Mar 2024 23:01:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=AF=86?= =?UTF-8?q?=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/slices/authSlice.ts | 2 +- components/Settings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/slices/authSlice.ts b/app/store/slices/authSlice.ts index 2b6e1cb..db1e245 100644 --- a/app/store/slices/authSlice.ts +++ b/app/store/slices/authSlice.ts @@ -10,7 +10,7 @@ export interface APIState { } const initialState: APIState = { - apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe", //sk-ffe19ebe9fa44d00884330ff1c18cf82 + apiKey: "sk-iTOqyxQNMk4S8xiOF1C3Ca4dD7Db41F7B8Fc1b70B4A2DeBf", //sk-ffe19ebe9fa44d00884330ff1c18cf82 referencesRedux: [], editorContent: "", upsreamUrl: "https://one.liuweiqing.top", //https://api.openai.com https://one.caifree.com https://chatserver.3211000.xyz https://api.deepseek.com diff --git a/components/Settings.tsx b/components/Settings.tsx index 3e3a355..439549e 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -62,7 +62,7 @@ const Settings = ({ lng }: { lng: string }) => { // }, { name: t("configurations.oneapi"), - apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe", + apiKey: "sk-iTOqyxQNMk4S8xiOF1C3Ca4dD7Db41F7B8Fc1b70B4A2DeBf", upstreamUrl: "https://one.liuweiqing.top", }, { From 9022969ac64eba953d4163e568ee003f5feed832 Mon Sep 17 00:00:00 2001 From: 14790897 <14790897abc@gmail.com> Date: Fri, 29 Mar 2024 08:54:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"chore:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=AF=86=E9=92=A5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d8cdb70333d48795f3865ea8661cae783824a696. --- app/store/slices/authSlice.ts | 2 +- components/Settings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/slices/authSlice.ts b/app/store/slices/authSlice.ts index db1e245..2b6e1cb 100644 --- a/app/store/slices/authSlice.ts +++ b/app/store/slices/authSlice.ts @@ -10,7 +10,7 @@ export interface APIState { } const initialState: APIState = { - apiKey: "sk-iTOqyxQNMk4S8xiOF1C3Ca4dD7Db41F7B8Fc1b70B4A2DeBf", //sk-ffe19ebe9fa44d00884330ff1c18cf82 + apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe", //sk-ffe19ebe9fa44d00884330ff1c18cf82 referencesRedux: [], editorContent: "", upsreamUrl: "https://one.liuweiqing.top", //https://api.openai.com https://one.caifree.com https://chatserver.3211000.xyz https://api.deepseek.com diff --git a/components/Settings.tsx b/components/Settings.tsx index 439549e..3e3a355 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -62,7 +62,7 @@ const Settings = ({ lng }: { lng: string }) => { // }, { name: t("configurations.oneapi"), - apiKey: "sk-iTOqyxQNMk4S8xiOF1C3Ca4dD7Db41F7B8Fc1b70B4A2DeBf", + apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe", upstreamUrl: "https://one.liuweiqing.top", }, {