Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/dotnet/azure-ai-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down