We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f2283b + 25bc68c commit 942a567Copy full SHA for 942a567
articles/ai-foundry/model-inference/includes/use-chat-reasoning/csharp.md
@@ -72,8 +72,6 @@ ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
72
Response<ChatCompletions> response = client.Complete(requestOptions);
73
```
74
75
-[!INCLUDE [best-practices](best-practices.md)]
76
-
77
The response is as follows, where you can see the model's usage statistics:
78
79
```csharp
articles/ai-foundry/model-inference/includes/use-chat-reasoning/python.md
@@ -75,8 +75,6 @@ response = client.complete(
)
80
81
82
```python
0 commit comments