mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
d16b09bee5
commit
b0162dfee0
1 changed files with 1 additions and 1 deletions
|
|
@ -1292,7 +1292,7 @@ BRAVE_SEARCH_API_KEY = PersistentConfig(
|
|||
|
||||
MOJEEK_SEARCH_API_KEY = PersistentConfig(
|
||||
"MOJEEK_SEARCH_API_KEY",
|
||||
"rag.web.search.MOJEEK_search_api_key",
|
||||
"rag.web.search.mojeek_search_api_key",
|
||||
os.getenv("MOJEEK_SEARCH_API_KEY", ""),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue