Skip to content

Commit

Permalink
Fix run sample cmd
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Zlobin <[email protected]>
  • Loading branch information
vishniakov-nikolai and Wovchena authored Dec 23, 2024
1 parent 432e3de commit 30803b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/js/chat_sample/chat_sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function main() {

if (!MODEL_PATH) {
console.error('Please specify path to model directory\n'
+ 'Run command must be: `node app.js *path_to_model_dir*`');
+ 'Run command must be: `node chat_sample.js *path_to_model_dir*`');
process.exit(1);
}

Expand Down

0 comments on commit 30803b4

Please sign in to comment.