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 c88ee46 commit 4e92239Copy full SHA for 4e92239
docs/js/runllm-widget.js
@@ -10,7 +10,7 @@ document.addEventListener("DOMContentLoaded", function () {
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");
13
- script.setAttribute("runllm-assistant-id", "SkySQL Web Docs");
+ script.setAttribute("runllm-assistant-id", "978");
14
15
script.async = true;
16
document.head.appendChild(script);
0 commit comments