chore: 更新api(因为原域名过期)

This commit is contained in:
liuweiqing 2024-04-13 15:33:17 +08:00
parent a5ec62320d
commit fe43130b4f
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ const initialState: APIState = {
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
upsreamUrl: "https://one.paperai.life", //https://api.openai.com https://one.caifree.com https://chatserver.3211000.xyz https://api.deepseek.com
systemPrompt: `作为论文写作助手,您的主要任务是根据用户提供的研究主题和上下文,以及相关的研究论文,来撰写和完善学术论文。在撰写过程中,请注意以下要点:
1.使
2.使 [1]***[1]*

View File

@ -33,7 +33,7 @@ const Settings = ({ lng }: { lng: string }) => {
{
name: t("configurations.coze"),
apiKey: "MTIwMjE2ODMyODA1NTk1MTM2MA",
upstreamUrl: "https://coze.liuweiqing.top",
upstreamUrl: "https://coze.paperai.life",
},
{
name: t("configurations.deepseek-chat"),
@ -63,7 +63,7 @@ const Settings = ({ lng }: { lng: string }) => {
{
name: t("configurations.oneapi"),
apiKey: "sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe",
upstreamUrl: "https://one.liuweiqing.top",
upstreamUrl: "https://one.paperai.life",
},
{
name: t("configurations.custom"),