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>
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
  • Loading branch information
rafvasq authored and mfournioux committed Nov 20, 2024
1 parent 85f9c64 commit 0a24b5d
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 0a24b5d

Please sign in to comment.