Skip to content

Commit 7ab321d

Browse files
authored
webui: Fix duplicated messages on q param (ggml-org#20715)
* fix: Remove duplicate message sending on `?q` param * chore: update webui build output
1 parent 7533a7d commit 7ab321d

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

tools/server/public/index.html.gz

-8 Bytes
Binary file not shown.

tools/server/webui/src/routes/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
// Handle ?q= parameter - create new conversation and send message
5858
if (qParam !== null) {
5959
await conversationsStore.createConversation();
60-
await chatStore.sendMessage(qParam);
6160
clearUrlParams();
6261
} else if (modelParam || newChatParam === 'true') {
6362
clearUrlParams();

0 commit comments

Comments
 (0)