There was an error while loading. Please reload this page.
1 parent c6e9a26 commit 8de8d4dCopy full SHA for 8de8d4d
chatbot-integration/openai-chatgpt/index.html
@@ -65,9 +65,9 @@
65
conversation.setParticipant(me);
66
conversation.setParticipant(bot);
67
68
- const inbox = talkSession.createChatbox();
69
- inbox.select(conversation);
70
- inbox.mount(document.getElementById("talkjs-container"));
+ const chatbox = talkSession.createChatbox();
+ chatbox.select(conversation);
+ chatbox.mount(document.getElementById("talkjs-container"));
71
});
72
</script>
73
0 commit comments