Skip to content

Commit 7e19ef6

Browse files
authored
change the azure_ai_project
1 parent f69a4fb commit 7e19ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scenarios/evaluate/Simulators/Simulate_Evaluate_Groundedness/Simulate_Evaluate_Groundedness.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"outputs": [],
8686
"source": [
8787
"azure_ai_project = {\n",
88-
" \"subscription_id\": \"<your-subscription-id>\",\n",
89-
" \"resource_group\": \"<your-resource-group>\",\n",
90-
" \"workspace_name\": \"<your-workspace-name>\",\n",
88+
" \"subscription_id\": \"AZURE_SUBSCRIPTION_ID\",\n",
89+
" \"resource_group_name\": \"RESOURCE_GROUP\",\n",
90+
" \"project_name\": \"PROJECT_NAME\",\n",
9191
"}\n",
9292
"\n",
9393
"azure_openai_endpoint = \"<your-azure-openai-endpoint>\"\n",

0 commit comments

Comments
 (0)