Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit c549d2e

Browse files
authored
Merge pull request #607 from janhq/chore/remove-log
chore: remove log
2 parents 1084844 + ddbd6ad commit c549d2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cortex-js/src/infrastructure/commanders/usecases/models.cli.usecases.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ export class ModelsCliUsecases {
263263
return OPEN_CHAT_3_5;
264264

265265
default:
266-
console.log(
267-
'Unknown jinja code:',
268-
jinjaCode,
269-
'Returning default LLAMA_2',
270-
);
266+
// console.log(
267+
// 'Unknown jinja code:',
268+
// jinjaCode,
269+
// 'Returning default LLAMA_2',
270+
// );
271271
return LLAMA_2;
272272
}
273273
}

0 commit comments

Comments
 (0)