Skip to content

Commit 25bc68c

Browse files
authored
Update csharp.md
1 parent 8f80496 commit 25bc68c

File tree

1 file changed

+0
-2
lines changed
  • articles/ai-foundry/model-inference/includes/use-chat-reasoning

1 file changed

+0
-2
lines changed

articles/ai-foundry/model-inference/includes/use-chat-reasoning/csharp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
7272
Response<ChatCompletions> response = client.Complete(requestOptions);
7373
```
7474

75-
[!INCLUDE [best-practices](best-practices.md)]
76-
7775
The response is as follows, where you can see the model's usage statistics:
7876

7977
```csharp

0 commit comments

Comments
 (0)