Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add console log to new messages in openchat.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Nov 4, 2023
1 parent 257f51b commit ea21f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/text/openchat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ export default {
},
...messages
]
console.log(newMessages)
} else {

newMessages = messages;
}
openchat(messages, max_tokens, model, result, event, temperature)
.then(async (x) => {
Expand Down

0 comments on commit ea21f98

Please sign in to comment.