Unverified Commit ddc8d22e authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2599 from open-webui/websearch

feat: websearch
parents b6b71c08 66734a70
This diff is collapsed.
This diff is collapsed.
...@@ -137,8 +137,9 @@ type Config = { ...@@ -137,8 +137,9 @@ type Config = {
default_prompt_suggestions: PromptSuggestion[]; default_prompt_suggestions: PromptSuggestion[];
features: { features: {
auth: boolean; auth: boolean;
enable_signup: boolean;
auth_trusted_header: boolean; auth_trusted_header: boolean;
enable_signup: boolean;
enable_web_search?: boolean;
enable_image_generation: boolean; enable_image_generation: boolean;
enable_admin_export: boolean; enable_admin_export: boolean;
enable_community_sharing: boolean; enable_community_sharing: boolean;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment