mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
Update packages/data-provider/src/config.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
03814337a4
commit
2925597365
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ export const ocrSchema = z.object({
|
|||
mistralModel: z.string().optional(),
|
||||
apiKey: z.string().optional().default('${OCR_API_KEY}'),
|
||||
baseURL: z.string().optional().default('${OCR_BASEURL}'),
|
||||
region: z.string().optional().default('${MISTRAL_VERTEX_REGION}'),
|
||||
region: z.string().optional(),
|
||||
strategy: z.nativeEnum(OCRStrategy).default(OCRStrategy.MISTRAL_OCR),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue