Skip to content

Commit 6b044c4

Browse files
authored
Update the Agent ID (#931)
1 parent 276344a commit 6b044c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/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", "Helion");
1212
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
13-
script.setAttribute("runllm-assistant-id", "834");
13+
script.setAttribute("runllm-assistant-id", "1486");
1414

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

0 commit comments

Comments
 (0)