diff --git a/config.json b/config.json index bc241e6e..f8175679 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "baseUrl": "https://www.aoe.com/techradar", "editUrl": "https://github.dev/AOEpeople/techradar/blob/main/radar/{release}/{id}.md", "logoFile": "logo.svg", - "jsFile": "", + "jsFile": "custom.js", "toggles": { "showChart": true, "showTagFilter": true, diff --git a/public/custom.js b/public/custom.js new file mode 100644 index 00000000..48e081f8 --- /dev/null +++ b/public/custom.js @@ -0,0 +1,3 @@ +// Dante AI chatbot +window.danteEmbed = "https://dante-ai.com/embed/?kb_id=0c71e77a-49c2-46a1-9a48-8582f940f7f8&token=d9b7336d-167c-4a97-8b2d-57f8052791ad&modeltype=gpt-3.5-turbo&mode=undefined&bubble=true&bubbleopen=false"; +document.head.appendChild(document.createElement('script')).src = "https://dante-ai.com/bubble-embed.js";