chore: 更新api

This commit is contained in:
liuweiqing 2024-02-23 12:35:27 +08:00
parent 28d63ea406
commit 0926b24530

View File

@ -22,9 +22,9 @@ const Settings = ({ lng }: { lng: string }) => {
const { t } = useTranslation(lng); const { t } = useTranslation(lng);
const CONFIG_OPTIONS = [ const CONFIG_OPTIONS = [
{ {
name: t("configurations.cocopilot-gpt4"), name: t("configurations.蒙恬大将军"),
apiKey: "_pXVxLPBzcvCjSvG0Mv4K7G9ffw3xsM2ZKolZ", apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4",
upstreamUrl: "https://proxy.cocopilot.org", upstreamUrl: "https://freeapi.iil.im",
}, },
{ {
name: t("configurations.deepseek-chat"), name: t("configurations.deepseek-chat"),
@ -46,11 +46,7 @@ const Settings = ({ lng }: { lng: string }) => {
apiKey: "nk-23118", apiKey: "nk-23118",
upstreamUrl: "https://cocopilot-pool.aivvm.com", upstreamUrl: "https://cocopilot-pool.aivvm.com",
}, },
{
name: t("configurations.蒙恬大将军"),
apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4",
upstreamUrl: "https://freeapi.iil.im",
},
{ {
name: t("configurations.custom"), name: t("configurations.custom"),
apiKey: "", apiKey: "",