chore: api去除蒙恬

This commit is contained in:
14790897 2024-02-28 17:06:30 +08:00
parent 79cc718951
commit 103523ee52

View File

@ -25,10 +25,15 @@ const Settings = ({ lng }: { lng: string }) => {
//i18n //i18n
const { t } = useTranslation(lng); const { t } = useTranslation(lng);
const CONFIG_OPTIONS = [ const CONFIG_OPTIONS = [
// {
// name: t("configurations.蒙恬大将军"),
// apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4",
// upstreamUrl: "https://freeapi.iil.im",
// },
{ {
name: t("configurations.蒙恬大将军"), name: t("configurations.coze"),
apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4", apiKey: "MTIwMjE2ODMyODA1NTk1MTM2MA",
upstreamUrl: "https://freeapi.iil.im", upstreamUrl: "https://coze.liuweiqing.top",
}, },
{ {
name: t("configurations.deepseek-chat"), name: t("configurations.deepseek-chat"),
@ -40,11 +45,6 @@ const Settings = ({ lng }: { lng: string }) => {
apiKey: "sk-MaEuOo9qIeWKK3PRCdCb9b3d47E64e36Ad6022724b780592", apiKey: "sk-MaEuOo9qIeWKK3PRCdCb9b3d47E64e36Ad6022724b780592",
upstreamUrl: "https://one.caifree.com", upstreamUrl: "https://one.caifree.com",
}, },
{
name: t("configurations.coze"),
apiKey: "MTIwMjE2ODMyODA1NTk1MTM2MA",
upstreamUrl: "https://coze.liuweiqing.top",
},
{ {
name: t("configurations.vv佬"), name: t("configurations.vv佬"),
apiKey: "nk-23118", apiKey: "nk-23118",