mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix
This commit is contained in:
parent
8a54df1ed2
commit
c092db379e
1 changed files with 1 additions and 1 deletions
|
|
@ -1645,7 +1645,7 @@ RAG_WEB_SEARCH_ENGINE = PersistentConfig(
|
||||||
# This ensures the highest level of safety and reliability of the information sources.
|
# This ensures the highest level of safety and reliability of the information sources.
|
||||||
RAG_WEB_SEARCH_DOMAIN_FILTER_LIST = PersistentConfig(
|
RAG_WEB_SEARCH_DOMAIN_FILTER_LIST = PersistentConfig(
|
||||||
"RAG_WEB_SEARCH_DOMAIN_FILTER_LIST",
|
"RAG_WEB_SEARCH_DOMAIN_FILTER_LIST",
|
||||||
"rag.rag.web.search.domain.filter_list",
|
"rag.web.search.domain.filter_list",
|
||||||
[
|
[
|
||||||
# "wikipedia.com",
|
# "wikipedia.com",
|
||||||
# "wikimedia.org",
|
# "wikimedia.org",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue