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 10, 2023
1 parent 4da9c1c commit db1a0c3
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 @@ -54,11 +54,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 db1a0c3

Please sign in to comment.