Skip to content

Commit f7da686

Browse files
committed
docs: update chatbot configuration
1 parent 5c79e75 commit f7da686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_static/js/chatbot_widget.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
.mantine-Modal-root {
88
z-index: 10000;
99
position: absolute;
10-
}
10+
}

docs/_static/js/chatbot_widget.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
document.addEventListener("DOMContentLoaded", function () {
33
var script = document.createElement("script");
44
script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
5-
script.setAttribute("data-website-id", "9746d4c8-20ab-44f2-8b1d-1aef4a92f8ac");
6-
script.setAttribute("data-project-name", "ESP Test Tools and Guidelines");
5+
script.setAttribute("data-website-id", "4f47d0c5-ab75-4808-877d-eeb96559cd84");
6+
script.setAttribute("data-project-name", "ESP-IoT-Solution");
77
script.setAttribute("data-project-color", "#C62817");
88
script.setAttribute("data-project-logo", "https://dl.espressif.com/public/logo.png");
99
script.setAttribute("data-button-image", "https://dl.espressif.com/chatbot/Chatbot.png");
@@ -23,7 +23,7 @@ document.addEventListener("DOMContentLoaded", function () {
2323
script.setAttribute("data-button-box-shadow", "0px 6px 12px 1px rgba(0,0,0,0.16)");
2424
script.setAttribute("data-modal-override-open-class", "test-ai");
2525
script.setAttribute("data-modal-disclaimer", "This custom large language model (LLM), trained on official documentation from espressif.com, is designed to provide technical support and answers related to Espressif’s products and services. Give it a try, share your thoughts, and let us know your feedback—we truly appreciate it! \n\n**Note**: AI-generated information may be incomplete or inaccurate. Always verify critical information with official sources.");
26-
script.setAttribute("data-modal-example-questions", "What is EspRFTestTool Toolkit?,What is Flash Download Tool?");
26+
script.setAttribute("data-modal-example-questions", "How to add button to my project?,Does ESP32-S3 support USB Camera?");
2727
script.async = true;
2828
document.head.appendChild(script);
2929
});

0 commit comments

Comments
 (0)