From d3526730998e338f8878976f147c6b6ea6092d04 Mon Sep 17 00:00:00 2001 From: OG T Date: Wed, 1 Apr 2026 15:56:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(ai):=20models.json=20gemini-1.5-flash=20?= =?UTF-8?q?=E2=86=92=20gemini-2.0-flash=20(404=20=E4=BF=AE=E5=BE=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gemini-1.5-flash 已停用,改用 gemini-2.0-flash。 models.json 上次未跟著 model_registry.py 同步更新。 Co-Authored-By: Claude Sonnet 4.6 --- apps/api/models.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/models.json b/apps/api/models.json index 3e5425903..ebc953181 100644 --- a/apps/api/models.json +++ b/apps/api/models.json @@ -45,9 +45,9 @@ "endpoint": "https://generativelanguage.googleapis.com/v1beta", "api_path": "/models/{model}:generateContent", "models": { - "default": "gemini-1.5-flash", - "rca": "gemini-1.5-flash", - "summary": "gemini-1.5-flash" + "default": "gemini-2.0-flash", + "rca": "gemini-2.0-flash", + "summary": "gemini-2.0-flash" }, "options": { "temperature": 0.1,