feat: 默认模型切换为 google/gemini-3.7-flash(实测 26.5s/4 patterns,质量对照重叠 3/4 更具体)

This commit is contained in:
LuminousRuoxi
2026-08-26 10:35:18 +08:00
parent c04b6a0fd0
commit 6d17a01f73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import httpx
logger = logging.getLogger("hvr.llm")
DEFAULT_MODEL = "deepseek/deepseek-v4-flash-0731"
DEFAULT_MODEL = "google/gemini-3.7-flash"
DEFAULT_BASE_URL = "https://openrouter.ai/api/v1"
_JSON_FENCE = re.compile(r"^```(?:json)?\s*|\s*```$")