Set default Paddle OCR URL (#16128)

Set default Paddle OCR URL
This commit is contained in:
Wang Qi
2026-06-17 14:29:20 +08:00
committed by GitHub
parent 486b28c409
commit b3ac03b96c
2 changed files with 2 additions and 1 deletions

View File

@@ -6728,6 +6728,7 @@
"logo": "",
"tags": "OCR",
"status": "1",
"url": "https://paddleocr.aistudio-app.com",
"llm": []
},
{

View File

@@ -725,7 +725,7 @@ export const ProviderConfigMap: Record<string, ProviderConfig> = {
{
name: 'paddleocr_api_url',
label: 'paddleocrApiUrl',
type: FormFieldType.Text,
type: 'inputSelect',
required: true,
placeholder: 'paddleocrApiUrlPlaceholder',
validation: { message: 'paddleocrApiUrlMessage' },