Skip to content

Commit

Permalink
chore: config
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 28, 2024
1 parent 8508a35 commit 87cddcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/store/slices/authSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export interface APIState {
}

const initialState: APIState = {
apiKey: "",
apiKey: "sk-aiHrrRLYUUelHstX69E9484509254dBf92061d6744FfFaD1",
referencesRedux: [],
editorContent: "",
upsreamUrl: "https://api.liuweiqing.top", //https://api.openai.com
upsreamUrl: "https://one.caifree.com", //https://api.openai.com
};

export const authSlice = createSlice({
Expand Down

0 comments on commit 87cddcf

Please sign in to comment.