mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-11 04:56:56 +02:00
refactor: Cleanup
This commit is contained in:
@@ -55,10 +55,8 @@
|
||||
if (qParam !== null) {
|
||||
await conversationsStore.createConversation();
|
||||
await chatStore.sendMessage(qParam);
|
||||
// Clear URL params after message is sent
|
||||
clearUrlParams();
|
||||
} else if (modelParam || newChatParam === 'true') {
|
||||
// Clear params even if no message was sent (just model selection or new_chat)
|
||||
clearUrlParams();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user