Skip to content

Commit 11e685f

Browse files
committed
Use variable
1 parent 3e4a79b commit 11e685f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatbot-integration/openai-chatgpt/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function sendInitialMessage(conversationId) {
3232
body: JSON.stringify([
3333
{
3434
text: "_Let me think for a bit..._", // Placeholder text that the theme will replace with a typing indicator
35-
sender: "chatbotExampleBot",
35+
sender: botId,
3636
type: "UserMessage",
3737
custom: { isTyping: "true" },
3838
},

0 commit comments

Comments
 (0)