Skip to content

Commit 4e92239

Browse files
committed
Updated RunLLM widget
1 parent c88ee46 commit 4e92239

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
@@ -10,7 +10,7 @@ document.addEventListener("DOMContentLoaded", function () {
1010
script.setAttribute("runllm-keyboard-shortcut", "Mod+j");
1111
script.setAttribute("runllm-name", "SkyDocs Assistant");
1212
script.setAttribute("runllm-position", "BOTTOM_RIGHT | BOTTOM_LEFT | TOP_LEFT | TOP_RIGHT");
13-
script.setAttribute("runllm-assistant-id", "SkySQL Web Docs");
13+
script.setAttribute("runllm-assistant-id", "978");
1414

1515
script.async = true;
1616
document.head.appendChild(script);

0 commit comments

Comments
 (0)