mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
@@ -6728,6 +6728,7 @@
|
||||
"logo": "",
|
||||
"tags": "OCR",
|
||||
"status": "1",
|
||||
"url": "https://paddleocr.aistudio-app.com",
|
||||
"llm": []
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user