chore: api

This commit is contained in:
liuweiqing 2024-02-26 09:42:08 +08:00
parent 65db119a9a
commit 1eb3c596f3
3 changed files with 7 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"cocopilot-gpt4": "cocopilot-gpt4 (apiKey prefix with ghu, as GitHub does not allow uploading complete keys)",
"deepseek-chat": "deepseek-chat (Model needs to be manually changed to this one)",
"caifree": "caifree (Recommended)",
"linuxdo": "linuxdo(Recommended)",
"linuxdo": "linuxdo",
"vv佬": "vv giant(Recommended)",
"蒙恬大将军": "Mengtian General(Recommended)",
"custom": "Custom"

View File

@ -30,7 +30,7 @@
"cocopilot-gpt4": "cocopilot-gpt4apiKey前面手动加上ghu因为GitHub不允许上传完整的密钥",
"deepseek-chat": "deepseek-chat需要手动修改模型为这个",
"caifree": "caifree推荐",
"linuxdo": "linuxdo(第二个推荐)",
"linuxdo": "linuxdo",
"vv佬": "vv佬(推荐)",
"蒙恬大将军": "蒙恬大将军(推荐)",
"custom": "自定义"

View File

@ -45,7 +45,11 @@ const Settings = ({ lng }: { lng: string }) => {
apiKey: "nk-23118",
upstreamUrl: "https://cocopilot-pool.aivvm.com",
},
{
name: t("configurations.linuxdo"),
apiKey: "nk-2311676378",
upstreamUrl: "https://chat.flss.world/api/openai",
},
{
name: t("configurations.custom"),
apiKey: "",