Skip to content

Commit

Permalink
[Misc] Improve Web UI (vllm-project#10090)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Vasquez <rafvasq21@gmail.com>
  • Loading branch information
rafvasq authored and weilong.yu committed Dec 13, 2024
1 parent 79aa7d0 commit 93bc3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("version", "stable");
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
script.setAttribute("runllm-name", "vLLM");
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
script.setAttribute("runllm-position", "BOTTOM_LEFT");
script.setAttribute("runllm-assistant-id", "207");

script.async = true;
Expand Down

0 comments on commit 93bc3f4

Please sign in to comment.