diff --git a/src/migrations/_run.ts b/src/migrations/_run.ts index 30d9fd3..989a71a 100644 --- a/src/migrations/_run.ts +++ b/src/migrations/_run.ts @@ -43,7 +43,7 @@ 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 ].includes(config.OCO_AI_PROVIDER) ) { return;