use medium as the default reasoning effort (#3223)

This commit is contained in:
Shuchang Zheng
2025-08-18 11:01:29 -07:00
committed by GitHub
parent 97680ea8bc
commit 7c41de3d70

View File

@@ -141,7 +141,7 @@ class Settings(BaseSettings):
ENABLE_OPENAI_COMPATIBLE: bool = False
# OPENAI
OPENAI_API_KEY: str | None = None
GPT5_REASONING_EFFORT: str | None = "minimal"
GPT5_REASONING_EFFORT: str | None = "medium"
# ANTHROPIC
ANTHROPIC_API_KEY: str | None = None
ANTHROPIC_CUA_LLM_KEY: str = "ANTHROPIC_CLAUDE3.7_SONNET"