Skip to content

Commit

Permalink
🐛 fix: Update resetConvo.ts (danny-avila#3105)
Browse files Browse the repository at this point in the history
Reseting -> Resetting
  • Loading branch information
eltociear authored Jun 21, 2024
1 parent 015215b commit ab74685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/resetConvo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function resetConvo(messages: TMessage[], sender: string) {
const lastModel = modelMessages[modelMessages.length - 1].sender;
if (lastModel !== sender) {
console.log(
'Model change! Reseting convo. Original messages: ',
'Model change! Resetting convo. Original messages: ',
messages,
'filtered messages: ',
modelMessages,
Expand Down

0 comments on commit ab74685

Please sign in to comment.