0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-data-explorer/lib
Rafael dos Santos Silva b8e75bd45d
DEV: Remove hard-coded temperatures from built-in agents (#42441)
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.
2026-08-07 13:48:29 -03:00
..
discourse_data_explorer DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
tasks FIX: Enforce max limit for data explorer queries (#38320) 2026-03-06 14:43:43 +08:00