Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Aug 29, 2023
1 parent 2ff2318 commit 2a8be18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chat/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class ChatService {
openAIMessages.reverse();

const response = await this.openAIChatService.getCompletion(openAIMessages);

await initialMessage.reply(response);
}
}

0 comments on commit 2a8be18

Please sign in to comment.