Skip to content

Commit 39119e8

Browse files
authored
Merge pull request #114035 from lindazqli/patch-1
Update use-your-data.md
2 parents 5566f69 + 4eab16c commit 39119e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ For example, if you're creating a chatbot where the data consists of transcripti
191191

192192
This system message can help improve the quality of the response by specifying the domain (in this case finance) and mentioning that the data consists of call transcriptions. It helps set the necessary context for the model to respond appropriately.
193193

194-
> [!NOTE]
194+
> [!NOTE]
195+
> The system message is used to modify how GPT assistant responds to a user question based on retrieved documentation. It does not affect the retrieval process. If you'd like to provide instructions for the retrieval process, it is better to include them in the questions.
195196
> The system message is only guidance. The model might not adhere to every instruction specified because it has been primed with certain behaviors such as objectivity, and avoiding controversial statements. Unexpected behavior may occur if the system message contradicts with these behaviors.
196197
197198
### Maximum response
@@ -291,6 +292,8 @@ You can also use the available standalone web app to interact with your model us
291292

292293
![A screenshot of the web app interface.](../media/use-your-data/web-app.png)
293294

295+
##### Web app customization
296+
294297
You can also customize the app's frontend and backend logic. For example, you could change the icon that appears in the center of the app by updating `/frontend/src/assets/Azure.svg` and then redeploying the app [using the Azure CLI](https://github.com/microsoft/sample-app-aoai-chatGPT#deploy-with-the-azure-cli). See the source code for the web app, and more information [on GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT).
295298

296299
When customizing the app, we recommend:
@@ -303,12 +306,11 @@ When customizing the app, we recommend:
303306

304307
- Pulling changes from the `main` branch for the web app's source code frequently to ensure you have the latest bug fixes and improvements.
305308

306-
#### Important considerations
309+
##### Important considerations
307310

308311
- Publishing creates an Azure App Service in your subscription. It may incur costs depending on the
309312

310313
[pricing plan](https://azure.microsoft.com/pricing/details/app-service/windows/) you select. When you're done with your app, you can delete it from the Azure portal.
311-
- You can customize the frontend and backend logic of the web app.
312314
- By default, the app will only be accessible to you. To add authentication (for example, restrict access to the app to members of your Azure tenant):
313315

314316
1. Go to the [Azure portal](https://portal.azure.com/#home) and search for the app name you specified during publishing. Select the web app, and go to the **Authentication** tab on the left navigation menu. Then select **Add an identity provider**.
@@ -340,7 +342,7 @@ Deleting your web app does not delete your Cosmos DB instance automatically. To
340342

341343
### Using the API
342344

343-
Consider setting the following parameters even if they are optional for using the API.
345+
After you upload your data through Azure OpenAI studio, you can make a call against Azure OpenAI models through APIs. Consider setting the following parameters even if they are optional for using the API.
344346

345347

346348

0 commit comments

Comments
 (0)