0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-ai/evals/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
..
prompts FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
runners FEATURE: Add locale-aware AI summaries (#41893) 2026-07-22 17:31:38 +10:00
agent_prompt_loader.rb DEV: AI persona to agent migration (#38319) 2026-03-10 15:59:45 +11:00
boot.rb
cli.rb DEV: AI persona to agent migration (#38319) 2026-03-10 15:59:45 +11:00
console_formatter.rb DEV: AI persona to agent migration (#38319) 2026-03-10 15:59:45 +11:00
eval.rb FEATURE: Run eval comparisons against a dataset (#36223) 2025-11-28 14:37:55 -03:00
features.rb FEATURE: Use evals to compare LLMs and Personas' prompts (#36027) 2025-11-18 10:39:52 -03:00
judge.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
llm_repository.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
recorder.rb DEV: AI persona to agent migration (#38319) 2026-03-10 15:59:45 +11:00
structured_logger.rb
workbench.rb FIX: Data explorer agent reliability for schema and plurality (#40152) 2026-05-19 16:23:17 +08:00