Skip to content

Commit 8caf374

Browse files
author
Maryanne Gichohi
committed
Add missing code in quickstart
1 parent fc1cbdd commit 8caf374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-app-configuration/quickstart-chat-completion-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ In this guide, you build an AI chat application and iterate on the prompt using
136136
137137
```csharp
138138
...
139+
var modelConfig = configuration.GetSection("ChatLLM:Model").Get<ModelConfiguration>();
140+
139141
ChatClient chatClient = client.GetChatClient(modelConfig.Model);
140142
141143
// Configure chat completion options

0 commit comments

Comments
 (0)