mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: mineru api key required behaviour
This commit is contained in:
parent
ccd80b9dba
commit
3f97a6993f
1 changed files with 1 additions and 0 deletions
|
|
@ -843,6 +843,7 @@
|
||||||
<SensitiveInput
|
<SensitiveInput
|
||||||
placeholder={$i18n.t('Enter MinerU API Key')}
|
placeholder={$i18n.t('Enter MinerU API Key')}
|
||||||
bind:value={RAGConfig.MINERU_API_KEY}
|
bind:value={RAGConfig.MINERU_API_KEY}
|
||||||
|
required={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue