mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
chore(init): update Azure default API version to 2025-02-01-preview
This commit is contained in:
parent
0ea102f9bb
commit
501014414b
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ in_memory_llm_clients_cache: LLMClientCache = LLMClientCache()
|
||||||
safe_memory_mode: bool = False
|
safe_memory_mode: bool = False
|
||||||
enable_azure_ad_token_refresh: Optional[bool] = False
|
enable_azure_ad_token_refresh: Optional[bool] = False
|
||||||
### DEFAULT AZURE API VERSION ###
|
### DEFAULT AZURE API VERSION ###
|
||||||
AZURE_DEFAULT_API_VERSION = "2024-12-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 ###
|
### DEFAULT WATSONX API VERSION ###
|
||||||
WATSONX_DEFAULT_API_VERSION = "2024-03-13"
|
WATSONX_DEFAULT_API_VERSION = "2024-03-13"
|
||||||
### COHERE EMBEDDINGS DEFAULT TYPE ###
|
### COHERE EMBEDDINGS DEFAULT TYPE ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue