gemini reasoning effort medium by default (#3282)

Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-08-25 01:06:46 -07:00
committed by GitHub
parent 5fb0378434
commit 0a9b58956f
2 changed files with 12 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ class Settings(BaseSettings):
# GEMINI
GEMINI_API_KEY: str | None = None
GEMINI_REASONING_EFFORT: str | None = None
# VERTEX_AI
VERTEX_CREDENTIALS: str | None = None