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.
1 parent 07b7958 commit 7eed12fCopy full SHA for 7eed12f
articles/ai-services/openai/how-to/reasoning.md
@@ -239,10 +239,7 @@ print(response.model_dump_json(indent=2))
239
240
## Developer messages
241
242
-Functionally developer messages ` "role": "developer"` are the same as system messages.
243
-
244
-- **System messages are not supported** with the **o1 series** reasoning models.
245
-- `o1-2024-12-17` with API version: `2024-12-01-preview` and later adds support for developer messages.
+Functionally developer messages ` "role": "developer"` are the same as system messages.
246
247
Adding a developer message to the previous code example would look as follows:
248
0 commit comments