Comment by Xenograph
Would love for you to share the Codex patches you needed to make and the AGENTS.md prompting, if you're open to it.
Would love for you to share the Codex patches you needed to make and the AGENTS.md prompting, if you're open to it.
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.