From 42a8a305feee6f556af6641d475323fad4db1350 Mon Sep 17 00:00:00 2001 From: Tracy Boehrer Date: Mon, 29 Sep 2025 12:37:05 -0500 Subject: [PATCH] DotNet streaming readme correction --- samples/dotnet/azure-ai-streaming/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/dotnet/azure-ai-streaming/README.md b/samples/dotnet/azure-ai-streaming/README.md index cf1f29e8..6cb12761 100644 --- a/samples/dotnet/azure-ai-streaming/README.md +++ b/samples/dotnet/azure-ai-streaming/README.md @@ -46,8 +46,8 @@ This is a sample of a simple Agent that is hosted on an Asp.net core web service ```json "AzureOpenAI": { "Endpoint": "", - "ModelName": null, - "OpenAIKey": null + "DeploymentName": null, + "ApiKey": null }, ``` > Storing sensitive values in appsettings is not recommend. Follow [AspNet Configuration](https://learn.microsoft.com/aspnet/core/fundamentals/configuration/?view=aspnetcore-9.0) for best practices.