Revert "chore: 更新密钥"

This reverts commit d8cdb70333.
This commit is contained in:
14790897 2024-03-29 08:54:39 +08:00
parent d227c78b5b
commit 9022969ac6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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