refactor: rename project from aicl to lmc
This commit is contained in:
parent
b3fb6fd66f
commit
adb0fe234a
6 changed files with 7 additions and 7 deletions
2
index.ts
2
index.ts
|
|
@ -40,7 +40,7 @@ async function main() {
|
|||
|
||||
if (!config.model) {
|
||||
console.error(
|
||||
"Please run 'aicl --model <model> --save' to set a default model.",
|
||||
"Please run 'lmc --model <model> --save' to set a default model.",
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue