Skip to content

Commit 8bc290e

Browse files
author
Jill Grant
authored
Merge pull request #1328 from aahill/ai-studio
updating for AI Studio
2 parents 9358449 + 6817520 commit 8bc290e

10 files changed

+11
-9
lines changed

articles/ai-services/openai/includes/assistants-ai-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ author: mrbullwinkle
2626

2727
1. Sign in to [Azure AI Studio](https://ai.azure.com).
2828
1. Go to your project or [create a new project](../../../ai-studio//how-to/create-projects.md) in Azure AI Studio.
29-
1. From your project overview, select **Assistants**, located under **Project playground**.
29+
1. From your project overview, select **Assistants**, located under **playgrounds**.
3030

3131
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.
3232

33-
The playground provides several options to configure your Assistant. In the following steps, you will use the **Assistant setup** pane to create a new AI assistant.
33+
The playground provides several options to configure your Assistant. In the following steps, you will use the **setup** pane to create a new AI assistant.
3434

3535
| **Name** | **Description** |
3636
|:---|:---|
@@ -46,7 +46,7 @@ author: mrbullwinkle
4646
## Create your first Assistant
4747

4848
1. Select your deployment from the **Deployments** dropdown.
49-
1. From the Assistant setup drop-down, select **New**.
49+
1. From the Assistant setup drop-down, select **New assistant**.
5050
1. Give your Assistant a name.
5151
1. Enter the following instructions "You are an AI assistant that can write code to help answer math questions"
5252
1. Select a model deployment. We recommend testing with one of the latest gpt-4 models.

articles/ai-services/openai/includes/connect-your-data-studio.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-ai-openai
66
ms.topic: include
77
author: aahill
88
ms.author: aahi
9-
ms.date: 02/15/2024
9+
ms.date: 11/06/2024
1010
recommendations: false
1111
---
1212

@@ -15,15 +15,17 @@ recommendations: false
1515
> [!TIP]
1616
> You can [use the Azure Developer CLI](../how-to/azure-developer-cli.md) to programmatically create the resources needed for Azure OpenAI On Your Data
1717
18-
Navigate to [Azure OpenAI Studio](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
18+
Navigate to [Azure AI Studio](https://ai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource.
1919

20-
1. Select the **Bring your own data** tile
20+
1. You can either [create an AI studio project](../../../ai-studio/how-to/create-projects.md) by clicking **Create project**, or continue directly by clicking the button on the **Focused on Azure OpenAI Service** tile.
2121

22-
:::image type="content" source="../media/use-your-data/bring-your-data-card-new.png" alt-text="A screenshot of the Azure OpenAI Studio landing page." lightbox="../media/use-your-data/bring-your-data-card-new.png":::
22+
:::image type="content" source="../media/use-your-data/ai-studio-homepage.png" alt-text="A screenshot of the Azure AI Studio landing page." lightbox="../media/use-your-data/ai-studio-homepage.png":::
23+
24+
1. Select **Chat** under **Playgrounds** in the left navigation menu, and select your model deployment.
2325

2426
1. In the **Chat playground**, Select **Add your data** and then **Add a data source**
2527

26-
:::image type="content" source="../media/use-your-data/chat-playground.png" alt-text="A screenshot of the chat playground in OpenAI Studio." lightbox="../media/use-your-data/chat-playground.png":::
28+
:::image type="content" source="../media/use-your-data/chat-playground.png" alt-text="A screenshot of the chat playground in AI Studio." lightbox="../media/use-your-data/chat-playground.png":::
2729

2830
1. In the pane that appears, select **Upload files (preview)** under **Select data source**. Azure OpenAI needs both a storage resource and a search resource to access and index your data.
2931

articles/ai-services/openai/includes/use-your-data-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Start exploring Azure OpenAI capabilities with a no-code approach through the ch
1818

1919
:::image type="content" source="../media/quickstarts/chat-playground-new.png" alt-text="Screenshot of the playground page of the Azure OpenAI Studio with sections highlighted." lightbox="../media/quickstarts/chat-playground-new.png":::
2020

21-
The playground gives you options to tailor your chat experience. On the right, you can select **Deployment** to determine which model generates a response using the search results from your index. You choose the number of past messages to include as conversation history for future generated responses. [Conversation history](../concepts/use-your-data.md#conversation-history-for-better-results) gives context to generate related responses but also consumes [token usage](../concepts/use-your-data.md#token-usage-estimation-for-azure-openai-on-your-data). The input token progress indicator keeps track of the token count of the question you submit.
21+
The playground gives you options to tailor your chat experience. On the top menu, you can select **Deploy** to determine which model generates a response using the search results from your index. You choose the number of past messages to include as conversation history for future generated responses. [Conversation history](../concepts/use-your-data.md#conversation-history-for-better-results) gives context to generate related responses but also consumes [token usage](../concepts/use-your-data.md#token-usage-estimation-for-azure-openai-on-your-data). The input token progress indicator keeps track of the token count of the question you submit.
2222

2323

2424
The **Advanced settings** on the left are [runtime parameters](../concepts/use-your-data.md#runtime-parameters), which give you control over retrieval and search relevant information from your data. A good use case is when you want to make sure responses are generated only based on your data or you find the model cannot generate a response based on existed information on your data.
-45.4 KB
Loading
-107 KB
Loading
16.1 KB
Loading
288 KB
Loading
Binary file not shown.
65.4 KB
Loading
28 KB
Loading

0 commit comments

Comments
 (0)