From f5f9ae993ba5ed26461d3c9d26fbefecab88ee69 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Mon, 22 Jul 2024 05:42:51 -0700 Subject: [PATCH] DOCS-#0000: Update RunLLM Ask AI widget script path (#7345) Signed-off-by: Wei Chen --- docs/_static/custom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_static/custom.js b/docs/_static/custom.js index 6b867194374..552612baaa5 100644 --- a/docs/_static/custom.js +++ b/docs/_static/custom.js @@ -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");