Skip to content

Commit 942a567

Browse files
Merge pull request #5098 from santiagxf/santiagxf-patch-2
fix: dup
2 parents 6f2283b + 25bc68c commit 942a567

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ response = client.complete(
7575
)
7676
```
7777

78-
[!INCLUDE [best-practices](best-practices.md)]
79-
8078
The response is as follows, where you can see the model's usage statistics:
8179

8280
```python

0 commit comments

Comments
 (0)