File tree Expand file tree Collapse file tree 3 files changed +14
-17
lines changed
Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6060<!-- Data to be shared with JS on every page -->
6161< script >
6262 window . data = {
63- copyIconSrc : "{{ pathto('_static/copy-button.svg', 1) }}"
63+ copyIconSrc : "{{ pathto('_static/copy-button.svg', 1) }}" ,
6464 } ;
6565</ script >
66+
67+ <!-- RunLLM Widget -->
68+ < script
69+ type ="module "
70+ id ="runllm-widget-script "
71+ src ="https://widget.runllm.com "
72+ version ="stable "
73+ crossorigin ="anonymous "
74+ runllm-keyboard-shortcut ="Mod+j "
75+ runllm-name ="Ray RunLLM Bot "
76+ runllm-position ="BOTTOM_RIGHT "
77+ runllm-assistant-id ="1003 "
78+ > </ script >
Original file line number Diff line number Diff line change @@ -581,8 +581,6 @@ def setup(app):
581581 app .add_js_file ("js/dismissable-banner.js" , defer = "defer" )
582582 app .add_css_file ("css/dismissable-banner.css" )
583583
584- app .add_js_file ("js/runllm-widget.js" , defer = "defer" )
585-
586584 base_path = pathlib .Path (__file__ ).parent
587585 github_docs = DownloadAndPreprocessEcosystemDocs (base_path )
588586 # Download docs from ecosystem library repos
You can’t perform that action at this time.
0 commit comments