Skip to content

Commit

Permalink
DOCS-#0000: Update RunLLM Ask AI widget script path (#7345)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Chen <wei@runllm.com>
  • Loading branch information
likawind authored Jul 22, 2024
1 parent 4815bc3 commit f5f9ae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ document.addEventListener("DOMContentLoaded", function () {
script.type = "module";
script.id = "runllm-widget-script"

script.src = "https://cdn.jsdelivr.net/npm/@runllm/search-widget@stable/dist/run-llm-search-widget.es.js";
script.src = "https://widget.runllm.com";

script.setAttribute("version", "stable");
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
script.setAttribute("runllm-name", "Modin");
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
Expand Down

0 comments on commit f5f9ae9

Please sign in to comment.