mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-17 23:52:29 +00:00
refac
This commit is contained in:
parent
f0a383af0f
commit
5d66dd6ad2
3 changed files with 12 additions and 0 deletions
|
|
@ -124,6 +124,12 @@
|
|||
{/each}
|
||||
</div>
|
||||
|
||||
<div class="text-[0.6875rem] text-gray-400 dark:text-gray-600">
|
||||
{$i18n.t(
|
||||
'Connections managed through the Admin Panel are recommended for everyday use. Direct connections provide convenient access to your own endpoints, but rely on your browser session to keep requests running, making them better suited to testing and temporary use.'
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div class="text-[0.6875rem] text-gray-400 dark:text-gray-600">
|
||||
<!-- LICENSE covers this Open WebUI wordmark.
|
||||
Do not alter, remove, obscure, or replace it except as LICENSE permits:
|
||||
|
|
|
|||
|
|
@ -148,6 +148,11 @@
|
|||
<div class="mt-1 {helpTextClass}">
|
||||
{$i18n.t('Connect to your own OpenAPI compatible external tool servers.')}
|
||||
</div>
|
||||
<div class={helpTextClass}>
|
||||
{$i18n.t(
|
||||
'Connections managed through the Admin Panel are recommended for everyday use. Direct connections provide convenient access to your own endpoints, but rely on your browser session to keep requests running, making them better suited to testing and temporary use.'
|
||||
)}
|
||||
</div>
|
||||
<div class={helpTextClass}>
|
||||
<!-- LICENSE covers this Open WebUI wordmark.
|
||||
Do not alter, remove, obscure, or replace it except as LICENSE permits:
|
||||
|
|
|
|||
|
|
@ -637,6 +637,7 @@
|
|||
"Connection successful": "",
|
||||
"Connection Type": "",
|
||||
"Connections": "",
|
||||
"Connections managed through the Admin Panel are recommended for everyday use. Direct connections provide convenient access to your own endpoints, but rely on your browser session to keep requests running, making them better suited to testing and temporary use.": "",
|
||||
"Connections saved successfully": "",
|
||||
"Connections settings updated": "",
|
||||
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue