Skip to content

Commit

Permalink
Merge branch 'main' into SansCaar/issue160
Browse files Browse the repository at this point in the history
  • Loading branch information
SansCaar committed Aug 4, 2024
2 parents 0a021a7 + 02c65de commit dabf65b
Show file tree
Hide file tree
Showing 9 changed files with 1,602 additions and 2,798 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>
Loading

0 comments on commit dabf65b

Please sign in to comment.