Skip to content

Commit 8af22bc

Browse files
authored
Remove redundant instructions for model names.
1 parent 4d27685 commit 8af22bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/ai-studio/includes/create-env-file-tutorial.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ CHAT_MODEL="gpt-4o-mini"
2323
EVALUATION_MODEL="gpt-4o-mini"
2424
```
2525

26-
If you changed the name of the models you deployed, or you want to try different models, update those names in this `.env` file.
27-
28-
Find your connection string in the Azure AI Foundry project you created in the [AI Foundry playground quickstart](../quickstarts/get-started-playground.md). Open the project, then find the connection string on the **Overview** page. Copy the connection string and paste it into the `.env` file.
29-
3026
:::image type="content" source="../media/quickstarts/azure-ai-sdk/connection-string.png" alt-text="Screenshot shows the overview page of a project and the location of the connection string.":::
3127

3228
If you don't yet have a search index, keep the value "example-index" for `AISEARCH_INDEX_NAME`. In Part 2 of this tutorial you'll create the index using this name. If you have previously created a search index that you want to use instead, update the value to match the name of that search index.

0 commit comments

Comments
 (0)