Benchmark uses unsupported temperature parameter with reasoning models
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 50/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- machine-learning
Research direction
Locate the benchmark entry point where requests are built and temperature is passed to every model. Check how the default gpt-5 reasoning model is identified, then run the benchmark or its existing evaluation checks to confirm reasoning models no longer receive temperature or similar sampling parameters.
Written by the indexing model from the issue text.
Description
Description
The benchmark currently passes the temperature parameter to all models by default.
However, reasoning models such as gpt-5 do not support custom temperature values and only allow the default value. As a result, evaluation fails with errors like:
Error code: 400 - Unsupported value: 'temperature' does not support 0.0 with this model.
gpt-5 is used as model by default.
Expected behavior
Do not send temperature (and similar sampling parameters) to reasoning models.
- Dominant language
- Python
- Stars
- 28
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from VisionXLab/Rise-Video
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
VisionXLab/Rise-Video#4 ·
-
MLLM eval pitfalls Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
VisionXLab/Rise-Video#1 · 1 comment ·
All issues in VisionXLab/Rise-Video
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100