This commit is contained in:
Timothy Jaeryang Baek 2024-11-21 08:10:05 -08:00
parent d16b09bee5
commit b0162dfee0

View File

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