mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: update label for search context usage to clarify its purpose
This commit is contained in:
parent
96e9bfe0e5
commit
77b357c73b
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ def search_perplexity(
|
||||||
"stream": False,
|
"stream": False,
|
||||||
"web_search_options": {
|
"web_search_options": {
|
||||||
"search_context_usage": search_context_usage,
|
"search_context_usage": search_context_usage,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
|
|
|
||||||
|
|
@ -477,7 +477,7 @@
|
||||||
<!-- Search context usage selection -->
|
<!-- Search context usage selection -->
|
||||||
<div class="mb-2.5 flex w-full flex-col">
|
<div class="mb-2.5 flex w-full flex-col">
|
||||||
<div class=" self-center text-xs font-medium mb-1">
|
<div class=" self-center text-xs font-medium mb-1">
|
||||||
{$i18n.t('Search Context Usage')}
|
{$i18n.t('Perplexity Search Context Usage')}
|
||||||
</div>
|
</div>
|
||||||
<select
|
<select
|
||||||
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue