add support for gpt 5.1 (#4197)
This commit is contained in:
@@ -281,6 +281,13 @@ class Settings(BaseSettings):
|
||||
AZURE_GPT5_NANO_API_BASE: str | None = None
|
||||
AZURE_GPT5_NANO_API_VERSION: str = "2025-04-01-preview"
|
||||
|
||||
# AZURE gpt-5.1
|
||||
ENABLE_AZURE_GPT5_1: bool = False
|
||||
AZURE_GPT5_1_DEPLOYMENT: str = "gpt-5.1"
|
||||
AZURE_GPT5_1_API_KEY: str | None = None
|
||||
AZURE_GPT5_1_API_BASE: str | None = None
|
||||
AZURE_GPT5_1_API_VERSION: str = "2025-04-01-preview"
|
||||
|
||||
# GEMINI
|
||||
GEMINI_API_KEY: str | None = None
|
||||
GEMINI_INCLUDE_THOUGHT: bool = False
|
||||
|
||||
Reference in New Issue
Block a user