diff --git a/index.html b/index.html index 3731ddfa6..3088b5b48 100644 --- a/index.html +++ b/index.html @@ -96,8 +96,8 @@

How to Integrate the Sendbird AI Chatbot

const App = () => { return ( <ChatAiWidget - applicationId = "AE8F7EEA-4555-4F86-AD8B-5E0BD86BFE67" - botId = "khan-academy-bot" + applicationId="1F6A2EAB-60B3-4E6A-A6BE-455B8626A798" + botId="sendbird_bot" /> ); };