Skip to content

Commit 702906a

Browse files
authored
Merge pull request open-webui#22119 from Algorithm5838/fix/save-temp-chat-params
fix: pass params when saving a temporary chat
2 parents 860a0b4 + fe837d8 commit 702906a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/chat/Chat.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,6 +2724,7 @@
27242724
id: uuidv4(),
27252725
title: title.length > 50 ? `${title.slice(0, 50)}...` : title,
27262726
models: selectedModels,
2727+
params: params,
27272728
history: history,
27282729
messages: messages,
27292730
timestamp: Date.now()

0 commit comments

Comments
 (0)