honor x-www-form-urlencoded in http block (#4232)

This commit is contained in:
Marc Kelechava
2025-12-08 17:34:08 -08:00
committed by GitHub
parent ffa980f1ff
commit 5e3211afac
3 changed files with 11 additions and 2 deletions

View File

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