chore: api
This commit is contained in:
parent
65db119a9a
commit
1eb3c596f3
|
@ -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"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"cocopilot-gpt4": "cocopilot-gpt4(apiKey前面手动加上ghu,因为GitHub不允许上传完整的密钥)",
|
||||
"deepseek-chat": "deepseek-chat(需要手动修改模型为这个)",
|
||||
"caifree": "caifree(推荐)",
|
||||
"linuxdo": "linuxdo(第二个推荐)",
|
||||
"linuxdo": "linuxdo",
|
||||
"vv佬": "vv佬(推荐)",
|
||||
"蒙恬大将军": "蒙恬大将军(推荐)",
|
||||
"custom": "自定义"
|
||||
|
|
|
@ -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: "",
|
||||
|
|
Loading…
Reference in New Issue
Block a user