Skip to content

Commit

Permalink
Merge pull request #177 from nepalcodes/chatbot
Browse files Browse the repository at this point in the history
The bhasa chatbot
  • Loading branch information
binamkayastha authored Aug 3, 2024
2 parents 93b8602 + 7adddf4 commit 02c65de
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions nepalingo-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,30 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
composerPlaceholder: "Chat with Bhasa",
botConversationDescription: "Brand Ambassador of Nepalingo",
botId: "cbef26ee-7c42-43e5-92fb-ca2b0e6f0541",
hostUrl: "https://cdn.botpress.cloud/webchat/v1",
messagingUrl: "https://messaging.botpress.cloud",
clientId: "cbef26ee-7c42-43e5-92fb-ca2b0e6f0541",
webhookId: "fa8c1a56-575b-4611-a965-1fc8ddce4078",
lazySocket: true,
themeName: "prism",
botName: "Bhasa",
avatarUrl:
"https://media.licdn.com/dms/image/D5603AQFAGLHC5eu0zA/profile-displayphoto-shrink_800_800/0/1722429157037?e=1727913600&v=beta&t=AADBOUNqYXSbCEeShg9Qt0hxbK_Uc0kpgXPNB3VQuhs",
stylesheet:
"https://webchat-styler-css.botpress.app/prod/b29c949c-6f94-45f0-9906-9283ebd9c995/v51334/style.css",
frontendVersion: "v1",
useSessionStorage: true,
enableConversationDeletion: true,
theme: "prism",
themeColor: "#2563eb",
allowedOrigins: [],
});
</script>
</body>
</html>

0 comments on commit 02c65de

Please sign in to comment.