Skip to content

Commit 1a64224

Browse files
committed
update
1 parent 996c24e commit 1a64224

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-services/openai/how-to/reasoning.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Request access: [limited access model application](https://aka.ms/OAI/o1access)
5353
| `max_completion_tokens`<sup>*</sup> |||||
5454
| System Messages<sup>**</sup> ||| - | - |
5555
| Streaming || - | - | - |
56-
| [Markdown formatting](#markdown-output) ||| - | - |
5756

5857
<sup>*</sup> Reasoning models will only work with the `max_completion_tokens` parameter. <br><br>
5958

@@ -325,4 +324,6 @@ Adding `Formatting re-enabled` to the beginning of your developer message does n
325324
To improve the performance of `Formatting re-enabled` you can further augment the beginning of the developer message which will often result in the desired output. Rather than just adding `Formatting re-enabled` to the beginning of your developer message, you can experiment with adding a more descriptive initial instruction like one of the examples below:
326325

327326
- `Formatting re-enabled - please enclose code blocks with appropriate markdown tags.`
328-
- `Formatting re-enabled - code output should be wrapped in markdown.`
327+
- `Formatting re-enabled - code output should be wrapped in markdown.`
328+
329+
Depending on your expected output you may need to customize your initial developer message further to target your specific use case.

0 commit comments

Comments
 (0)