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 4e92239 commit 08800c6Copy full SHA for 08800c6
docs/js/runllm-widget.js
@@ -9,7 +9,7 @@ document.addEventListener("DOMContentLoaded", function () {
9
script.setAttribute("crossorigin", "true");
10
script.setAttribute("runllm-keyboard-shortcut", "Mod+j");
11
script.setAttribute("runllm-name", "SkyDocs Assistant");
12
- script.setAttribute("runllm-position", "BOTTOM_RIGHT | BOTTOM_LEFT | TOP_LEFT | TOP_RIGHT");
+ script.setAttribute("runllm-position", "BOTTOM_RIGHT");
13
script.setAttribute("runllm-assistant-id", "978");
14
15
script.async = true;
0 commit comments