Skip to content

Commit 40538e2

Browse files
keerlucsmeyns
andauthored
Update chatbot-integration/openai-chatgpt/README.md
Co-authored-by: Chris <csmeyns@users.noreply.github.com>
1 parent f16c7bd commit 40538e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatbot-integration/openai-chatgpt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To run this tutorial, you will need:
2222
2. Replace `<APP_ID>` and `<TALKJS_SECRET_KEY>` in `index.html` and `server.js` with the values found in your [TalkJS dashboard](https://talkjs.com/dashboard/login).
2323
3. Replace `<OPENAI_SECRET_KEY>` with your OpenAI API key
2424
4. Enable the `message.sent` option in the **Webhooks** section of the TalkJS dashboard.
25-
5. Update the theme to show a typing indicator when the bot is generating a response. In the **Themes** tab, select to **Edit** the the `default` theme. Select the `UserMessage` component from the list of **Built-in components** and replace the existing `MessageBody` component with the following:
25+
5. Update the theme to show a typing indicator when the bot is generating a response. In the **Themes** tab, select to **Edit** the `default` theme. Select the `UserMessage` component from the list of **Built-in components** and replace the existing `MessageBody` component with the following:
2626

2727
```jsx
2828
<div t:if="{{ custom.isTyping == 'true' }}" class="typing-indicator">

0 commit comments

Comments
 (0)