Skip to content

Commit d9b2543

Browse files
nagkumar91Nagkumar Arkalgud
and
Nagkumar Arkalgud
authored
Removing the config from prompty (#37674)
* Update task_query_response.prompty remove required keys * Update task_simulate.prompty * Update task_query_response.prompty * Update task_simulate.prompty * Fix the api_key needed --------- Co-authored-by: Nagkumar Arkalgud <[email protected]>
1 parent a684fe8 commit d9b2543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_model_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AzureOpenAIModelConfiguration(TypedDict):
1616
"""Name of Azure OpenAI deployment to make request to"""
1717
azure_endpoint: str
1818
"""Endpoint of Azure OpenAI resource to make request to"""
19-
api_key: str
19+
api_key: NotRequired[str]
2020
"""API key of Azure OpenAI resource"""
2121
api_version: NotRequired[str]
2222
"""(Optional) API version to use in request to Azure OpenAI deployment"""

0 commit comments

Comments
 (0)