Skip to content

Commit

Permalink
chore: 更新api
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 23, 2024
1 parent 28d63ea commit 0926b24
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const Settings = ({ lng }: { lng: string }) => {
const { t } = useTranslation(lng);
const CONFIG_OPTIONS = [
{
name: t("configurations.cocopilot-gpt4"),
apiKey: "_pXVxLPBzcvCjSvG0Mv4K7G9ffw3xsM2ZKolZ",
upstreamUrl: "https://proxy.cocopilot.org",
name: t("configurations.蒙恬大将军"),
apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4",
upstreamUrl: "https://freeapi.iil.im",
},
{
name: t("configurations.deepseek-chat"),
Expand All @@ -46,11 +46,7 @@ const Settings = ({ lng }: { lng: string }) => {
apiKey: "nk-23118",
upstreamUrl: "https://cocopilot-pool.aivvm.com",
},
{
name: t("configurations.蒙恬大将军"),
apiKey: "sk-jokVJ90l5Swxr5dt2f3b0988C8A442A69f97Ee4eAf7aDcF4",
upstreamUrl: "https://freeapi.iil.im",
},

{
name: t("configurations.custom"),
apiKey: "",
Expand Down

0 comments on commit 0926b24

Please sign in to comment.