Skip to content

Commit

Permalink
chore: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 24, 2024
1 parent 4dc951c commit f5bdd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/store/slices/authSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Settings = ({ lng }: { lng: string }) => {
},
{
name: t("configurations.caifree"),
apiKey: "sk-XwZdwM7BiWsDcs5Z0d427d588b5b433aA29f5480613491F0",
apiKey: "sk-pg92xYjZA208m6gnD56118E299B5448eB71f892cF68351D9",
upstreamUrl: "https://one.caifree.com",
},
{
Expand Down

0 comments on commit f5bdd4f

Please sign in to comment.