chore: update model lists and defaults to GPT-5.4 family

This commit is contained in:
Yijia-Xiao
2026-03-29 19:45:36 +00:00
parent 6cddd26d6e
commit e75d17bc51
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ DEFAULT_CONFIG = {
),
# LLM settings
"llm_provider": "openai",
"deep_think_llm": "gpt-5.2",
"quick_think_llm": "gpt-5-mini",
"deep_think_llm": "gpt-5.4",
"quick_think_llm": "gpt-5.4-mini",
"backend_url": "https://api.openai.com/v1",
# Provider-specific thinking configuration
"google_thinking_level": None, # "high", "minimal", etc.