Update README.md

This commit is contained in:
Game_Time
2025-08-16 11:57:52 +05:00
committed by GitHub
parent 11dfec16aa
commit 54aa6d7a18

View File

@@ -93,7 +93,7 @@ Models like GPT-5 do not return raw thinking content, but instead return thinkin
## Notes
If you wish to have the fastest responses, I'd recommend setting `--reasoning-effort` to low, and `--reasoning-summary` to none.
All parameters and choices can be seen by sending `python chatmock.py serve --h`
All parameters and choices can be seen by sending `python chatmock.py serve --h`<br>
The context size of this route is also larger than what you get access to in the regular ChatGPT app.
**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.**