Timothy Jaeryang Baek hai 6 meses
pai
achega
b0162dfee0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/open_webui/config.py

+ 1 - 1
backend/open_webui/config.py

@@ -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", ""),
 )