mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
The gpt-5-codex model was incorrectly configured with supportsTemperature: false, which prevented it from properly handling tool usage requests. This fix removes the temperature restriction, allowing gpt-5-codex to behave consistently with other GPT-5 models. Fixes #8407 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||