Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Show typewriter effect when generating response
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 1, 2024
1 parent 6d97918 commit 2132932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const Chat = () => {
</div>`;

if (
!ai.busy &&
ai.busy &&
role === SessionRole.Model &&
index === chat.length - 1
) {
Expand Down

0 comments on commit 2132932

Please sign in to comment.