Skip to content

Commit c88ee46

Browse files
committed
Updated RunLLM widget
1 parent 712f13a commit c88ee46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/js/runllm-widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ document.addEventListener("DOMContentLoaded", function () {
88
script.setAttribute("version", "stable");
99
script.setAttribute("crossorigin", "true");
1010
script.setAttribute("runllm-keyboard-shortcut", "Mod+j");
11-
script.setAttribute("runllm-name", "<ASSISTANT_NAME>");
11+
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", "<ASSISTANT_ID>");
13+
script.setAttribute("runllm-assistant-id", "SkySQL Web Docs");
1414

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

0 commit comments

Comments
 (0)