mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 04:20:44 +02:00
refac
This commit is contained in:
@@ -1073,7 +1073,7 @@ ENABLE_WEB_SEARCH_CONFIRMATION = os.getenv('ENABLE_WEB_SEARCH_CONFIRMATION', 'Fa
|
||||
|
||||
WEB_SEARCH_CONFIRMATION_CONTENT = os.getenv(
|
||||
'WEB_SEARCH_CONFIRMATION_CONTENT',
|
||||
'Web Search may send your query and retrieved page content to external services.',
|
||||
'Your query will be sent to the configured web search provider.',
|
||||
)
|
||||
|
||||
WEB_SEARCH_ENGINE = os.getenv('WEB_SEARCH_ENGINE', '')
|
||||
|
||||
@@ -292,6 +292,8 @@ type Config = {
|
||||
enable_signup: boolean;
|
||||
enable_login_form: boolean;
|
||||
enable_web_search?: boolean;
|
||||
enable_web_search_confirmation?: boolean;
|
||||
web_search_confirmation_content?: string;
|
||||
enable_google_drive_integration: boolean;
|
||||
enable_onedrive_integration: boolean;
|
||||
enable_image_generation: boolean;
|
||||
|
||||
Reference in New Issue
Block a user