Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.91 KB

get-started-playground.md

File metadata and controls

59 lines (40 loc) · 2.91 KB
title titleSuffix description manager ms.service ms.custom ms.topic ms.date ms.reviewer ms.author author
Create a project and use the chat playground in Azure AI Studio
Azure AI Studio
Use this article to learn how to create a project, deploy a chat model, and use it in the chat playground in Azure AI Studio.
nitinme
azure-ai-studio
build-2024
tutorial
5/21/2024
eur
eur
eric-urban

Quickstart: Create a project and use the chat playground in Azure AI Studio

[!INCLUDE Feature preview]

In this Azure AI Studio quickstart, you create a project, deploy a chat model, and use it in the chat playground in Azure AI Studio.

The steps in this quickstart include:

  1. Create an Azure AI Studio project.
  2. Deploy an Azure OpenAI model.
  3. Chat in the playground without your data.

Prerequisites

Create a project in Azure AI Studio

Your project is used to organize your work and save state.

[!INCLUDE Create project]

Deploy a chat model

[!INCLUDE Deploy chat model]

Chat in the playground without your data

In the Azure AI Studio playground you can observe how your model responds with and without your data. In this quickstart, you test your model without your data.

[!INCLUDE Chat without your data]

Next, you can add your data to the model to help it answer questions about your products. Try the Deploy an enterprise chat web app and Build and deploy a question and answer copilot with prompt flow in Azure AI Studio tutorials to learn more.

Related content