diff --git a/out/cli.cjs b/out/cli.cjs index f34441a7..b7f4f51e 100755 --- a/out/cli.cjs +++ b/out/cli.cjs @@ -87129,7 +87129,9 @@ var runMigrations = async () => { "groq" /* GROQ */, "mistral" /* MISTRAL */, "mlx" /* MLX */, - "openrouter" /* OPENROUTER */ + "openrouter" /* OPENROUTER */, + "llamacpp" /* LLAMACPP */, + "aimlapi" /* AIMLAPI */ ].includes(config8.OCO_AI_PROVIDER)) { return; } diff --git a/src/migrations/_run.ts b/src/migrations/_run.ts index 989a71ac..7ceb3c92 100644 --- a/src/migrations/_run.ts +++ b/src/migrations/_run.ts @@ -43,7 +43,9 @@ export const runMigrations = async () => { OCO_AI_PROVIDER_ENUM.GROQ, OCO_AI_PROVIDER_ENUM.MISTRAL, OCO_AI_PROVIDER_ENUM.MLX, - OCO_AI_PROVIDER_ENUM.OPENROUTER + OCO_AI_PROVIDER_ENUM.OPENROUTER, + OCO_AI_PROVIDER_ENUM.LLAMACPP, + OCO_AI_PROVIDER_ENUM.AIMLAPI ].includes(config.OCO_AI_PROVIDER) ) { return;