You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Models like GPT-5 do not return raw thinking content, but instead return thinkin
93
93
94
94
## Notes
95
95
If you wish to have the fastest responses, I'd recommend setting `--reasoning-effort` to low, and `--reasoning-summary` to none.
96
-
All parameters and choices can be seen by sending `python chatmock.py serve --h`
96
+
All parameters and choices can be seen by sending `python chatmock.py serve --h`<br>
97
97
The context size of this route is also larger than what you get access to in the regular ChatGPT app.
98
98
99
99
**When the model returns a thinking summary, the model will send back thinking tags to make it compatible with chat apps. If you don't like this behavior, you can instead set `--reasoning-compat` to legacy, and reasoning will be set in the reasoning tag instead of being returned in the actual response text.**
0 commit comments