Merge pull request #9191 from colesmcintosh/azure-proxy-tool-calling-bug

fix(azure): Patch for Function Calling Bug & Update Default API Version to `2025-02-01-preview`
This commit is contained in:
Ishaan Jaff 2025-03-12 21:15:26 -07:00 committed by GitHub
commit 98cc257add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ in_memory_llm_clients_cache: LLMClientCache = LLMClientCache()
safe_memory_mode: bool = False
enable_azure_ad_token_refresh: Optional[bool] = False
### DEFAULT AZURE API VERSION ###
AZURE_DEFAULT_API_VERSION = "2024-08-01-preview" # this is updated to the latest
AZURE_DEFAULT_API_VERSION = "2025-02-01-preview" # this is updated to the latest
### DEFAULT WATSONX API VERSION ###
WATSONX_DEFAULT_API_VERSION = "2024-03-13"
### COHERE EMBEDDINGS DEFAULT TYPE ###