Commit e58f9ae
committed
chore(examples): bump module_client.py to gpt-5.5
The module-level client example still uses bare gpt-4. gpt-5.5 is the
current default text and reasoning model per the openai-cookbook
("use gpt-5.5 for the strongest code review accuracy") and the
openai-agents-python docs (voice/quickstart.md, reasoning_content
example), and is documented as the latest default in
openai/codex's latest-model.md.
The model: parameter is typed Union[str, ChatModel] so this works
even though Stainless has not yet synced gpt-5.5 into the ChatModel
literal here. The example demonstrates module-level client
configuration, the model choice is incidental.1 parent 38d75d7 commit e58f9ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments