Skip to content

Commit

Permalink
Merge pull request #607 from janhq/chore/remove-log
Browse files Browse the repository at this point in the history
chore: remove log
  • Loading branch information
namchuai authored May 23, 2024
2 parents 1084844 + ddbd6ad commit c549d2e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@ export class ModelsCliUsecases {
return OPEN_CHAT_3_5;

default:
console.log(
'Unknown jinja code:',
jinjaCode,
'Returning default LLAMA_2',
);
// console.log(
// 'Unknown jinja code:',
// jinjaCode,
// 'Returning default LLAMA_2',
// );
return LLAMA_2;
}
}
Expand Down

0 comments on commit c549d2e

Please sign in to comment.