From b2a4e90e74f46eb31a5a08f6fd6709c117021d36 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 12:40:07 +0800 Subject: [PATCH] =?UTF-8?q?AI=20=E8=AE=BE=E7=BD=AE=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=82=B8=E9=B8=A1=E4=B8=AD=E8=BD=AC=E7=AB=99=E9=A2=84=E8=AE=BE?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- serve/frontend/src/pages/settings/AI.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/serve/frontend/src/pages/settings/AI.tsx b/serve/frontend/src/pages/settings/AI.tsx index 96d5b55..1cfd315 100644 --- a/serve/frontend/src/pages/settings/AI.tsx +++ b/serve/frontend/src/pages/settings/AI.tsx @@ -30,7 +30,6 @@ const PRESETS: { label: string; provider?: string; url: string; model: string; c { label: '智谱 GLM', url: 'https://open.bigmodel.cn/api/paas/v4', model: 'glm-5.2', website: 'https://open.bigmodel.cn/', websiteLabel: 'open.bigmodel.cn', description: '智谱 AI 官方 OpenAI 兼容接口。' }, { label: 'Kimi', url: 'https://api.moonshot.cn/v1', model: 'kimi-k2.6', website: 'https://platform.moonshot.cn/', websiteLabel: 'platform.moonshot.cn', description: '月之暗面 Moonshot 官方 OpenAI 兼容接口,支持超长上下文。' }, { label: 'Codex CLI', provider: CODEX_PROVIDER, url: '', model: '', codexCommand: CODEX_COMMAND, website: 'https://developers.openai.com/codex/noninteractive', websiteLabel: 'codex exec', description: '调用本机 Codex CLI 的 codex exec, 适合已登录 ChatGPT/Codex 的本地环境。' }, - { label: '炸鸡中转站', url: 'https://code.alysc.top/v1', model: 'gpt-5.5', website: 'https://code.alysc.top/sign-up?aff=1afk', websiteLabel: 'code.alysc.top', description: 'OpenAI 兼容中转服务,适合直接使用国际模型。', partner: true, promo: '通过链接邀请注册赠送免费额度 · 国际模型最低0.01倍率' }, ] export function SettingsAIPanel() {