Unverified Commit e5e97c0a authored by 呆萌闷油瓶's avatar 呆萌闷油瓶 Committed by GitHub

fix:change azure openai api_version default value to 2024-02-15-preview (#2797)

parent 870ca713
......@@ -14,7 +14,7 @@ from core.model_runtime.entities.model_entities import (
PriceConfig,
)
AZURE_OPENAI_API_VERSION = '2023-12-01-preview'
AZURE_OPENAI_API_VERSION = '2024-02-15-preview'
def _get_max_tokens(default: int, min_val: int, max_val: int) -> ParameterRule:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment