mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
Previously, most built-in agents overrode `temperature` with a fixed value, along with a handful of other call sites (the LLM connectivity probe, the Hugging Face default options, the LLM report automation default, and the evals judge). This was a historical artifact from when temperature was a meaningful toggle across models. This change drops those overrides so everything runs at the model's native temperature, which is what modern models expect and what several providers enforce regardless. |
||
|---|---|---|
| .. | ||
| prompts | ||
| runners | ||
| agent_prompt_loader.rb | ||
| boot.rb | ||
| cli.rb | ||
| console_formatter.rb | ||
| eval.rb | ||
| features.rb | ||
| judge.rb | ||
| llm_repository.rb | ||
| recorder.rb | ||
| structured_logger.rb | ||
| workbench.rb | ||