Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
ddc8d22e
Unverified
Commit
ddc8d22e
authored
May 27, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
May 27, 2024
Browse files
Merge pull request #2599 from open-webui/websearch
feat: websearch
parents
b6b71c08
66734a70
Changes
63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
src/lib/i18n/locales/zh-CN/translation.json
src/lib/i18n/locales/zh-CN/translation.json
+9
-1
src/lib/i18n/locales/zh-TW/translation.json
src/lib/i18n/locales/zh-TW/translation.json
+9
-1
src/lib/stores/index.ts
src/lib/stores/index.ts
+2
-1
No files found.
src/lib/i18n/locales/zh-CN/translation.json
View file @
ddc8d22e
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/zh-TW/translation.json
View file @
ddc8d22e
This diff is collapsed.
Click to expand it.
src/lib/stores/index.ts
View file @
ddc8d22e
...
@@ -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
;
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment