chore: 更新密钥

This commit is contained in:
14790897 2024-03-28 23:01:52 +08:00
parent 0bfaacf6ee
commit d8cdb70333
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -62,7 +62,7 @@ const Settings = ({ lng }: { lng: string }) => {
// },
{
name: t("configurations.oneapi"),
apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe",
apiKey: "sk-iTOqyxQNMk4S8xiOF1C3Ca4dD7Db41F7B8Fc1b70B4A2DeBf",
upstreamUrl: "https://one.liuweiqing.top",
},
{