From c69a37b4cd67f109cf538a09faea3ff3ceab261a Mon Sep 17 00:00:00 2001 From: Andre Giron Date: Mon, 1 Jul 2024 14:46:47 -0700 Subject: [PATCH] chore: Update RunLLM Configuration (#1328) Hello, Andre here from RunLLM. This pull request updates your RunLLM widget to use our new widget URL. Once merged, you will be able to stay up to date with our widget's changes and get all the latest AI assistant goodies. --- docs/docusaurus.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index b4a3851c261d..6ce7eea1c1be 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -233,12 +233,11 @@ const config = { { id: "runllm-widget-script", type: "module", - src: "https://cdn.jsdelivr.net/npm/@runllm/search-widget@stable/dist/run-llm-search-widget.es.js", + src: "https://widget.runllm.com", "runllm-server-address": "https://api.runllm.com", "runllm-assistant-id": "136", "runllm-position": "BOTTOM_RIGHT", "runllm-keyboard-shortcut": "Mod+j", - version: "stable", "runllm-preset": "docusaurus", "runllm-slack-community-url": "", "runllm-name": "Hydro",