refactor gemini reasoning effor (#3292)

This commit is contained in:
LawyZheng
2025-08-25 23:42:42 +08:00
committed by GitHub
parent f0134cbcb9
commit e0043d002c
3 changed files with 57 additions and 12 deletions

View File

@@ -245,7 +245,8 @@ class Settings(BaseSettings):
# GEMINI
GEMINI_API_KEY: str | None = None
GEMINI_REASONING_EFFORT: str | None = None
GEMINI_INCLUDE_THOUGHT: bool = False
GEMINI_THINKING_BUDGET: int | None = None
# VERTEX_AI
VERTEX_CREDENTIALS: str | None = None