diff --git a/backend/config.py b/backend/config.py index dd1c0b61..7285edf6 100644 --- a/backend/config.py +++ b/backend/config.py @@ -29,7 +29,7 @@ if ENV == "prod": # WEBUI_VERSION #################################### -WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.9") +WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.11") #################################### # WEBUI_AUTH diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte new file mode 100644 index 00000000..dcd46429 --- /dev/null +++ b/src/lib/components/chat/MessageInput.svelte @@ -0,0 +1,282 @@ + + +
+
+
+ {#if messages.length == 0 && suggestions !== 'false'} + + {/if} + + {#if autoScroll === false && messages.length > 0} +
+ +
+ {/if} + +
+
{ + submitPrompt(prompt); + }} + > +