We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aa7d0 commit 93bc3f4Copy full SHA for 93bc3f4
docs/source/_static/custom.js
@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () {
8
script.setAttribute("version", "stable");
9
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
10
script.setAttribute("runllm-name", "vLLM");
11
- script.setAttribute("runllm-position", "BOTTOM_RIGHT");
+ script.setAttribute("runllm-position", "BOTTOM_LEFT");
12
script.setAttribute("runllm-assistant-id", "207");
13
14
script.async = true;
0 commit comments