Skip to content

Commit 08800c6

Browse files
committed
Updated RunLLM widget
1 parent 4e92239 commit 08800c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/runllm-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document.addEventListener("DOMContentLoaded", function () {
99
script.setAttribute("crossorigin", "true");
1010
script.setAttribute("runllm-keyboard-shortcut", "Mod+j");
1111
script.setAttribute("runllm-name", "SkyDocs Assistant");
12-
script.setAttribute("runllm-position", "BOTTOM_RIGHT | BOTTOM_LEFT | TOP_LEFT | TOP_RIGHT");
12+
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
1313
script.setAttribute("runllm-assistant-id", "978");
1414

1515
script.async = true;

0 commit comments

Comments
 (0)