mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
parent
0cd400f5ee
commit
87e5aee106
@ -560,7 +560,7 @@
|
|||||||
>
|
>
|
||||||
<Textarea
|
<Textarea
|
||||||
bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_LOCAL}
|
bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_LOCAL}
|
||||||
placeholder={$i18n.t('Enter Options in JSON format')}
|
placeholder={$i18n.t('Enter Config in JSON format')}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
@ -582,7 +582,7 @@
|
|||||||
>
|
>
|
||||||
<Textarea
|
<Textarea
|
||||||
bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_API}
|
bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_API}
|
||||||
placeholder={$i18n.t('Enter Options in JSON format')}
|
placeholder={$i18n.t('Enter Config in JSON format')}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user