Skip to content

Commit

Permalink
Merge branch 'add-prompt' of github.com:BitteProtocol/bitte-ai-chat i…
Browse files Browse the repository at this point in the history
…nto add-prompt
  • Loading branch information
sainthiago committed Feb 13, 2025
2 parents 23a6700 + 1b393ab commit 2a92d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/chat/ChatContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export const ChatContent = ({
}, [scrollToBottom]);

useEffect(() => {
console.log({ options, messages, isInProgress });
if (options?.prompt && messages.length === 0 && !isInProgress) {
append({
id: generateId(),
Expand Down

0 comments on commit 2a92d86

Please sign in to comment.