Skip to content

Commit c4393cc

Browse files
committed
adding prereq
1 parent 853c17d commit c4393cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/ai-foundry/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ Use this article to find step-by-step instructions and code samples for using th
5959

6060
Save this connection name to an environment variable named `BING_CUSTOM_CONNECTION_NAME`.
6161

62+
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
63+
64+
:::image type="content" source="../../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
65+
66+
Save the name of your `o3-deep-research-model` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and Azure OpenAI GPT model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
67+
6268
## Create a project client
6369

6470
Create a client object, which will contain the connection string for connecting to your AI project and other resources.
73.5 KB
Loading

0 commit comments

Comments
 (0)