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
08443b3c
Unverified
Commit
08443b3c
authored
Jun 03, 2024
by
Lyuboslav Petrov
Committed by
GitHub
Jun 03, 2024
Browse files
Revert log level to debug
parent
7e761a69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/apps/rag/search/searxng.py
backend/apps/rag/search/searxng.py
+1
-1
No files found.
backend/apps/rag/search/searxng.py
View file @
08443b3c
...
...
@@ -52,7 +52,7 @@ def search_searxng(query_url: str, query: str, count: int, **kwargs) -> List[Sea
}
log
.
info
(
f
"searching
{
query_url
}
"
)
log
.
debug
(
f
"searching
{
query_url
}
"
)
response
=
requests
.
get
(
query_url
,
...
...
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