forked from open-webui/open-webui
feat: chat pdf download
This commit is contained in:
parent
944efd2cd8
commit
000bea84ae
5 changed files with 104 additions and 97 deletions
|
@ -847,6 +847,7 @@
|
|||
bind:selectedModels
|
||||
bind:showModelSelector
|
||||
shareEnabled={messages.length > 0}
|
||||
{chat}
|
||||
{initNewChat}
|
||||
{tags}
|
||||
{addTag}
|
||||
|
|
|
@ -865,6 +865,7 @@
|
|||
<div class="min-h-screen max-h-screen w-full flex flex-col">
|
||||
<Navbar
|
||||
{title}
|
||||
{chat}
|
||||
bind:selectedModels
|
||||
bind:showModelSelector
|
||||
shareEnabled={messages.length > 0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue