mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: update label for search context usage to clarify its purpose
This commit is contained in:
parent
96e9bfe0e5
commit
77b357c73b
@ -60,7 +60,7 @@ def search_perplexity(
|
||||
"stream": False,
|
||||
"web_search_options": {
|
||||
"search_context_usage": search_context_usage,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
headers = {
|
||||
|
@ -477,7 +477,7 @@
|
||||
<!-- Search context usage selection -->
|
||||
<div class="mb-2.5 flex w-full flex-col">
|
||||
<div class=" self-center text-xs font-medium mb-1">
|
||||
{$i18n.t('Search Context Usage')}
|
||||
{$i18n.t('Perplexity Search Context Usage')}
|
||||
</div>
|
||||
<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"
|
||||
|
Loading…
Reference in New Issue
Block a user