Fix: model list (#15905)

### What problem does this PR solve?

Set OpenDataLoader and call in parser and naive

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Lynn
2026-06-10 17:44:50 +08:00
committed by GitHub
parent ad63877f04
commit 7355db183f
3 changed files with 7 additions and 18 deletions

View File

@@ -669,7 +669,7 @@ export const ProviderConfigMap: Record<string, ProviderConfig> = {
modelInfo: [
{
model_name: values.model_name,
model_type: 'ocr',
model_type: ['ocr'],
max_tokens: 0,
},
],
@@ -692,7 +692,7 @@ export const ProviderConfigMap: Record<string, ProviderConfig> = {
model_info: [
{
model_name: values.model_name,
model_type: 'ocr',
model_type: ['ocr'],
max_tokens: 0,
},
],