Skip to content

Commit 446e6ca

Browse files
authored
openAI.ts
1 parent 1ceaa3c commit 446e6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/openAI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const startChatAndSendMessageStream = async (history: ChatMessage[], newM
1414
// Always insert the default message into the history
1515
history.push({
1616
role: 'model',
17-
parts: [{ text: "I'm EASY AI developed by ADONIS JR S under EASY API headed by Adonis himself." }] // Default message
17+
parts: [{ text: "I'm EASY AI developed by ADONIS Jr. S under EASY API headed by Adonis himself." }] // Default message
1818
});
1919

2020
const chat = model.startChat({

0 commit comments

Comments
 (0)