mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-05 08:10:30 +00:00
fix: Missing field for entering the Mineru Cloud API key (#20328)
* Update Documents.svelte * Update Documents.svelte
This commit is contained in:
parent
a2f8e41fbc
commit
1c82506bfd
1 changed files with 7 additions and 0 deletions
|
|
@ -666,6 +666,13 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex w-full mt-2">
|
||||
<SensitiveInput
|
||||
placeholder={$i18n.t('Enter MinerU API Key')}
|
||||
bind:value={RAGConfig.MINERU_API_KEY}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex w-full mt-2">
|
||||
<div class="flex-1 flex justify-between">
|
||||
<div class="self-center text-xs font-medium">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue