File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/evaluation/azure-ai-evaluation
azure/ai/evaluation/_aoai Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"AssetsRepo" : " Azure/azure-sdk-assets" ,
3
3
"AssetsRepoPrefixPath" : " python" ,
4
4
"TagPrefix" : " python/evaluation/azure-ai-evaluation" ,
5
- "Tag" : " python/evaluation/azure-ai-evaluation_d585f1f45d "
5
+ "Tag" : " python/evaluation/azure-ai-evaluation_2b7d360048 "
6
6
}
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def get_client(self) -> Any:
77
77
return AzureOpenAI (
78
78
azure_endpoint = self ._model_config ["azure_endpoint" ],
79
79
api_key = self ._model_config .get ("api_key" , None ), # Default-style access to appease linters.
80
- api_version = self . _model_config . get ( "api_version" , DEFAULT_AOAI_API_VERSION ),
80
+ api_version = DEFAULT_AOAI_API_VERSION , # Force a known working version
81
81
azure_deployment = self ._model_config .get ("azure_deployment" , "" ),
82
82
)
83
83
from openai import OpenAI
You can’t perform that action at this time.
0 commit comments