Let webapp users tweak LLM temperature per-user (internal only) #10
Labels
No labels
Doing
P1: critical
P2: important
P3: useful
P4: nice to have
P5: reminder
To Do
bug
invalid
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
peacelink/ai-assistant#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mirror the existing "Modello AI" model-preference pattern in chat.py:198-228 for temperature. Webapp-only — api//the public widget keeps the fixed configured value, no change there.
Reference: RAG/config discussion, current conversation — temperature is already a plain field on LLMConfig (config.py:39), so this is wiring existing plumbing, not new architecture.