You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chatbot-integration/openai-chatgpt/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ To run this tutorial, you will need:
24
24
3. Replace `<OPENAI_SECRET_KEY>` with your OpenAI API key
25
25
4. Enable the `message.sent` option in the **Webhooks** section of the TalkJS dashboard.
26
26
5. Start ngrok with `ngrok http 3000`.
27
-
6. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard.
27
+
6. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, along with the `/onMessageSent` path: `https://<YOUR_SITE>.ngrok-free.app/onMessageSent`.
0 commit comments