Skip to content

Commit

Permalink
chore: resolve rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 12, 2023
1 parent fa9d4df commit 1cd0c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/hooks/useSendChatMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ export default function useSendChatMessage() {
modelRef.current = activeModel
}, [activeModel])

<<<<<<< HEAD
const resendChatMessage = async (currentMessage: ThreadMessage) => {
=======
const resendChatMessage = async () => {
>>>>>>> 36d94890 (fix: Add hack waiting for model loading)
if (!activeThread) {
console.error('No active thread')
return
Expand Down

0 comments on commit 1cd0c8f

Please sign in to comment.