diff --git a/app/store/slices/authSlice.ts b/app/store/slices/authSlice.ts index e9f9ddc9..56441097 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-XwZdwM7BiWsDcs5Z0d427d588b5b433aA29f5480613491F0", //sk-ffe19ebe9fa44d00884330ff1c18cf82 + apiKey: "sk-pg92xYjZA208m6gnD56118E299B5448eB71f892cF68351D9", //sk-ffe19ebe9fa44d00884330ff1c18cf82 referencesRedux: [], editorContent: "", upsreamUrl: "https://one.caifree.com", //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 7983c857..a2afaa66 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -33,7 +33,7 @@ const Settings = ({ lng }: { lng: string }) => { }, { name: t("configurations.caifree"), - apiKey: "sk-XwZdwM7BiWsDcs5Z0d427d588b5b433aA29f5480613491F0", + apiKey: "sk-pg92xYjZA208m6gnD56118E299B5448eB71f892cF68351D9", upstreamUrl: "https://one.caifree.com", }, {