Skip to content

Commit

Permalink
chore: Update RunLLM Configuration (#1328)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
agiron123 authored Jul 1, 2024
1 parent c70114d commit c69a37b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c69a37b

Please sign in to comment.