diff --git a/web-app/e2e/test-environment.ts b/web-app/e2e/test-environment.ts index 5fbf211..22bb58e 100644 --- a/web-app/e2e/test-environment.ts +++ b/web-app/e2e/test-environment.ts @@ -84,7 +84,7 @@ export async function setupTestEnvironment(): Promise { PAPERLESS_BASE_URL: `http://paperless-ngx:${paperlessPort}`, PAPERLESS_API_TOKEN: await getApiToken(baseUrl, credentials), LLM_PROVIDER: "openai", - LLM_MODEL: "gpt-4", + LLM_MODEL: "gpt-4o-mini", LLM_LANGUAGE: "english", OPENAI_API_KEY: process.env.OPENAI_API_KEY || '', })