File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
articles/ai-foundry/model-inference/includes/use-chat-reasoning Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
75
75
Response<ChatCompletions> response = client.Complete(requestOptions);
76
76
```
77
77
78
- [ !INCLUDE [best-practices](best-practices.md)]
78
+ [!INCLUDE [best-practices](best-practices.md)]
79
79
80
80
The response is as follows, where you can see the model' s usage statistics:
81
81
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
95
95
Response<ChatCompletions> response = client.complete(requestOptions);
96
96
```
97
97
98
- [ !INCLUDE [best-practices](best-practices.md)]
98
+ [!INCLUDE [best-practices](best-practices.md)]
99
99
100
100
The response is as follows, where you can see the model' s usage statistics:
101
101
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ var response = await client.path("/chat/completions").post({
80
80
});
81
81
```
82
82
83
- [ !INCLUDE [ best-practices] ( best-practices.md )]
83
+ [ !INCLUDE [ best-practices] ( best-practices.md )]
84
84
85
85
The response is as follows, where you can see the model's usage statistics:
86
86
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ response = client.complete(
77
77
)
78
78
```
79
79
80
- [ !INCLUDE [ best-practices] ( best-practices.md )]
80
+ [ !INCLUDE [ best-practices] ( best-practices.md )]
81
81
82
82
The response is as follows, where you can see the model's usage statistics:
83
83
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The following example shows how you can create a basic chat request to the model
60
60
}
61
61
```
62
62
63
- [ !INCLUDE [ best-practices] ( best-practices.md )]
63
+ [ !INCLUDE [ best-practices] ( best-practices.md )]
64
64
65
65
The response is as follows, where you can see the model's usage statistics:
66
66
You can’t perform that action at this time.
0 commit comments