diff --git a/README.md b/README.md index 8506aa2..b9e4890 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ > **The Azure AI Assistant Tool is currently in Alpha**. This early stage of development means the project is actively evolving, with significant updates and improvements expected. Users should anticipate changes as we work towards refining features, enhancing functionality, and expanding capabilities. We welcome feedback and contributions during this phase to help shape the future of the tool. -## 🧱 What is Assistants from Azure OpenAI service? +## 🧱 What is Assistants from Azure OpenAI Service? 🌟**Assistants**, a new API from Azure OpenAI Service, is a stateful evolution of the Chat Completions API. Assistants makes it easier for developers to create applications with sophisticated copilot-like experiences in their applications and enable developer access to powerful tools like Code Interpreter and Retrieval. Assistants is built on the same capabilities that power OpenAI’s GPT product and offers unparalleled flexibility for creating a wide range of copilot-like applications. Copilots created with Assistants can sift through data, suggest solutions, and automate tasks and use cases span a wide range: AI-powered product recommender, sales analyst app, coding assistant, employee Q&A chatbot, and more. @@ -106,7 +106,7 @@ Build the wheel for `azure.ai.assistant` library using the following instruction ### Step 5: Find and copy your Azure OpenAI Service APIkey, endpoint and model deployment version -To successfully make a call against the Azure OpenAI service, you'll need the following: +To successfully make a call against the Azure OpenAI Service, you'll need the following: **- ENDPOINT:** This value can be found in the Keys and Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > View code. An example endpoint is: https://docs-test-001.openai.azure.com/.