add mojeek as websearch option

This commit is contained in:
Igor Brai
2024-10-29 16:45:38 +02:00
parent 09935d191f
commit b7d730e244
4 changed files with 77 additions and 0 deletions

View File

@@ -1186,6 +1186,12 @@ BRAVE_SEARCH_API_KEY = PersistentConfig(
os.getenv("BRAVE_SEARCH_API_KEY", ""),
)
MOJEEK_SEARCH_API_KEY = PersistentConfig(
"MOJEEK_SEARCH_API_KEY",
"rag.web.search.MOJEEK_search_api_key",
os.getenv("MOJEEK_SEARCH_API_KEY", ""),
)
SERPSTACK_API_KEY = PersistentConfig(
"SERPSTACK_API_KEY",
"rag.web.search.serpstack_api_key",