|
|
|
|
|
by embedding-shape
236 days ago
|
|
Basically just find the place where the inference call happens, add top_k, top_p and temperature to hard-coded numbers (0, 1.0 and 1.0 for GPT-OSS) and you should be good to go. If you really need it, I could dig out patch from it, but it should be really straightforward today, and my patch might be conflicting with the current master of codex, I've diverged for other reasons since I did this. |
|
If there's any insight you can share about your AGENTS.md prompting, it may also be helpful for others!