mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
fix: update LLM_MODEL to use gpt-4o-mini in test environment configuration
This commit is contained in:
parent
178e2d77a5
commit
7a729d4c6f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export async function setupTestEnvironment(): Promise<TestEnvironment> {
|
|||
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 || '',
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue