discourse-ai/app/models
Sam 8f4cd2fcbd
FEATURE: allow disabling of top_p and temp for thinking models (#1184)
thinking models such as Claude 3.7 Thinking and o1 / o3 do not
support top_p or temp.

Previously you would have to carefully remove it from everywhere
by having it be a provider param we now support blanker removing
without forcing people to update automation rules or personas
2025-03-11 16:54:02 +11:00
..
ai_api_audit_log.rb FEATURE: track duration of AI calls (#1082) 2025-01-23 11:32:12 +11:00
ai_artifact.rb DEV: artifact system update (#1096) 2025-02-04 16:27:27 +11:00
ai_artifact_version.rb DEV: improve artifact editing and eval system (#1130) 2025-02-19 15:44:33 +11:00
ai_moderation_setting.rb FEATURE: Add AI-powered spam detection for new user posts (#1004) 2024-12-12 09:17:25 +11:00
ai_persona.rb FEATURE: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
ai_spam_log.rb FIX: Check post action creator result when flagging spam (#1119) 2025-02-11 13:29:27 +10:00
ai_summary.rb FIX: Set default for existing records. (#1073) 2025-01-16 10:38:53 -03:00
ai_tool.rb FEATURE: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
chat_message_custom_prompt.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
classification_result.rb DEV: Updates to sentiment analysis reports (#1161) 2025-03-05 13:53:56 -08:00
completion_prompt.rb FIX: regression, no longer sending examples to AI helper (#993) 2024-12-03 16:03:46 +11:00
embedding_definition.rb UX: improve embeddings config styles (#1085) 2025-01-24 16:24:59 +11:00
llm_model.rb FEATURE: allow disabling of top_p and temp for thinking models (#1184) 2025-03-11 16:54:02 +11:00
llm_quota.rb FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
llm_quota_usage.rb FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
model_accuracy.rb DEV: Update rubocop-discourse to version 3.8.0 (#641) 2024-05-28 11:15:42 +02:00
post_custom_prompt.rb FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
rag_document_fragment.rb DEV: Robust check for embeddings enabled (#1116) 2025-02-06 12:18:55 -03:00
reviewable_ai_chat_message.rb DEV: Update annotations for models using Core tables (#1140) 2025-02-20 11:49:50 -03:00
reviewable_ai_post.rb DEV: Update annotations for models using Core tables (#1140) 2025-02-20 11:49:50 -03:00
shared_ai_conversation.rb SECURITY: Fix XSS on Shared AI Conversations local Onebox (#1069) 2025-01-14 18:05:37 -03:00