0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-ai/lib/completions/endpoints
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
..
anthropic.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
anthropic_prompt_cache.rb FIX: update model presets to Claude 4.6 and refresh OpenRouter models (#37934) 2026-02-20 15:49:33 +11:00
anthropic_shared.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
aws_bedrock.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
aws_bedrock_converse.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
base.rb FEATURE: Add Gemini Interactions API support (#42206) 2026-08-04 16:23:05 +10:00
canned_response.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
cohere.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
fake.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
gemini.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
gemini_interactions.rb FEATURE: Add Gemini Interactions API support (#42206) 2026-08-04 16:23:05 +10:00
google_vertex_ai.rb FEATURE: add Google Vertex AI LLM provider (#41350) 2026-07-16 15:13:22 -03:00
hugging_face.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
mistral.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
ollama.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
open_ai.rb FEATURE: Add service_tier support for OpenAI endpoints (#38359) 2026-03-09 15:05:44 +11:00
open_ai_responses.rb FEATURE: Support OpenAI GPT-5.6 models (#41832) 2026-07-20 19:19:11 +10:00
open_ai_shared.rb FEATURE: Support OpenAI GPT-5.6 models (#41832) 2026-07-20 19:19:11 +10:00
open_router.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
samba_nova.rb FEATURE: native support for attachments in llms (#36415) 2025-12-09 17:28:52 +11:00
vllm.rb FIX: Improve vLLM completion handling (#41862) 2026-07-21 16:35:05 +10:00