Skip to content

Commit 882f10f

Browse files
authored
Merge pull request #2990 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents da418a7 + a02e064 commit 882f10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ from azure.ai.evaluation import F1ScoreEvaluator, RelevanceEvaluator, ViolenceEv
934934
deployment_name = os.environ.get("AZURE_OPENAI_DEPLOYMENT")
935935
api_version = os.environ.get("AZURE_OPENAI_API_VERSION")
936936

937-
# Create an Azure AI Client from a connection string. Avaiable on project overview page on Azure AI project UI.
937+
# Create an Azure AI Client from a connection string. Available on project overview page on Azure AI project UI.
938938
project_client = AIProjectClient.from_connection_string(
939939
credential=DefaultAzureCredential(),
940940
conn_str="<connection_string>"

0 commit comments

Comments
 (0)