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 13ac9ca commit 46450b8Copy full SHA for 46450b8
docs/source/_static/custom.js
@@ -10,8 +10,8 @@ document.addEventListener("DOMContentLoaded", function () {
10
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
11
script.setAttribute("runllm-name", "vLLM");
12
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
13
- script.setAttribute("runllm-position-y", "20%");
14
- script.setAttribute("runllm-position-x", "3%");
+ script.setAttribute("runllm-position-y", "120px");
+ script.setAttribute("runllm-position-x", "20px");
15
script.setAttribute("runllm-assistant-id", "207");
16
17
script.async = true;
0 commit comments