mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-08 10:15:55 +02:00
removed comment
This commit is contained in:
parent
a853995571
commit
1acb35801f
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export class Examples {
|
|||
for (let turn of turns) {
|
||||
if (turn.role !== 'assistant')
|
||||
messages += turn.content.substring(turn.content.indexOf(':')+1).trim() + '\n';
|
||||
// messages += turn.content + '\n';
|
||||
}
|
||||
return messages.trim();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue