Skip to content

Commit 7eed12f

Browse files
committed
update
1 parent 07b7958 commit 7eed12f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,7 @@ print(response.model_dump_json(indent=2))
239239
240240
## Developer messages
241241

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.
242+
Functionally developer messages ` "role": "developer"` are the same as system messages.
246243

247244
Adding a developer message to the previous code example would look as follows:
248245

0 commit comments

Comments
 (0)