Skip to content

Commit 9700888

Browse files
authored
Merge pull request #1058 from RunLLM/add_runllm_chat_widget
Add RunLLM chat widget
2 parents 5db3e34 + 7c188fb commit 9700888

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/docusaurus.config.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,23 @@ const config: Config = {
155155
}),
156156
],
157157
],
158+
scripts: [
159+
{
160+
id: "runllm-widget-script",
161+
type: "module",
162+
src: "https://cdn.jsdelivr.net/npm/@runllm/search-widget@stable/dist/run-llm-search-widget.es.js",
163+
"runllm-server-address": "https://api.runllm.com",
164+
"runllm-assistant-id": "132",
165+
"runllm-position": "BOTTOM_RIGHT",
166+
"runllm-keyboard-shortcut": "Mod+j",
167+
version: "stable",
168+
"runllm-preset": "docusaurus",
169+
"runllm-slack-community-url": "",
170+
"runllm-name": "DSPy",
171+
"runllm-theme-color": "#005EEC",
172+
async: true,
173+
},
174+
],
158175
};
159176

160177
export default config;

0 commit comments

Comments
 (0)