mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
Fix typo
This commit is contained in:
parent
ad717cdaff
commit
d82e3401ac
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export class Claude {
|
|||
msg.role = 'user';
|
||||
msg.content = 'SYSTEM: ' + msg.content;
|
||||
}
|
||||
if (msg.role === prev_role && msg.role === 'assitant') {
|
||||
if (msg.role === prev_role && msg.role === 'assistant') {
|
||||
// insert empty user message to separate assistant messages
|
||||
messages.push(filler);
|
||||
messages.push(msg);
|
||||
|
|
Loading…
Add table
Reference in a new issue