Unverified Commit 6b304715 authored by Rafael Vasquez's avatar Rafael Vasquez Committed by GitHub
Browse files

[Misc] Improve Web UI (#10090)


Signed-off-by: default avatarRafael Vasquez <rafvasq21@gmail.com>
parent f6778620
...@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("version", "stable"); script.setAttribute("version", "stable");
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget. script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
script.setAttribute("runllm-name", "vLLM"); script.setAttribute("runllm-name", "vLLM");
script.setAttribute("runllm-position", "BOTTOM_RIGHT"); script.setAttribute("runllm-position", "BOTTOM_LEFT");
script.setAttribute("runllm-assistant-id", "207"); script.setAttribute("runllm-assistant-id", "207");
script.async = true; script.async = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment