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,7 +2,7 @@ import os from "node:os";
|
|||
import chalk from "chalk";
|
||||
|
||||
const home = os.homedir();
|
||||
const configFile = Bun.file(`${home}/.aicl_config.json`);
|
||||
const configFile = Bun.file(`${home}/.lmc_config.json`);
|
||||
|
||||
export interface AppConfig {
|
||||
model?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue