Closed ghost closed 2 months ago
This PR fixes incorrect temperature usage in the _llm_complete method of the _LLMBasedQuestionGenerator class as described in the related issue. It replaces the hardcoded temperature value of 0.5 with self._llm_temperature.
_llm_complete
_LLMBasedQuestionGenerator
self._llm_temperature
CODE_OF_CONDUCT.md
CONTRIBUTING.md
pdm.lock
pdm update-lock
pyproject.toml
Thanks @asselindebeauville for your contribution! 🎉
Description
This PR fixes incorrect temperature usage in the
_llm_complete
method of the_LLMBasedQuestionGenerator
class as described in the related issue. It replaces the hardcoded temperature value of 0.5 withself._llm_temperature
.Related Issue
1998
Type of Change
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.pdm.lock
runningpdm update-lock
(only applicable whenpyproject.toml
has been modified)