mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-02 21:35:31 +02:00
Update glhf.js
Fixed some logging
This commit is contained in:
parent
6ae7b82a53
commit
69332f6a19
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export class GLHF {
|
|||
if (typeof finalRes === 'string') {
|
||||
finalRes = finalRes.replace(/<thinking>/g, '<think>').replace(/<\/thinking>/g, '</think>');
|
||||
}
|
||||
log(JSON.stringify(messages), finalRes);
|
||||
log(JSON.stringify([{ role: 'system', content: systemMessage }].concat(turns)), finalRes);
|
||||
return finalRes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue