You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/assistants-ai-studio.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.custom:
8
8
- build-2024
9
9
- ignite-2024
10
10
ms.topic: include
11
-
ms.date: 03/04/2024
11
+
ms.date: 02/10/2025
12
12
author: aahill
13
13
ms.author: aahi
14
14
---
@@ -26,8 +26,14 @@ ms.author: aahi
26
26
[Azure AI Foundry](https://ai.azure.com) lets you use Assistants v2 which provides several upgrades such as the [file search](../how-to/file-search.md) tool which is faster and supports more files.
27
27
28
28
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
29
-
1. Go to your project or [create a new project](../../../ai-studio//how-to/create-projects.md) in Azure AI Foundry portal.
30
-
1. From your project overview, select **Assistants**, located under **playgrounds**.
29
+
1. If your screen doesn't look like the following screenshot, select **Azure AI Foundry** in the top left of the screen.
30
+
1. Select **Let's go** in the Azure OpenAI Service card.
31
+
32
+
:::image type="content" source="../media/assistants/foundry-openai-selectior.png" alt-text="A screenshot of the main page of the Azure AI Foundry." lightbox="../media/assistants/foundry-openai-selectior.png":::
33
+
34
+
1. In the navigation menu on the left, select **Assistants**, located under **playgrounds**.
35
+
36
+
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
31
37
32
38
The Assistants playground allows you to explore, prototype, and test AI Assistants without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
33
39
@@ -42,8 +48,6 @@ ms.author: aahi
42
48
|**Code interpreter**| Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
43
49
|**Files**| You can upload up to 10,000 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
44
50
45
-
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
46
-
47
51
## Create your first Assistant
48
52
49
53
1. Select your deployment from the **Deployments** dropdown.
0 commit comments