mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 08:21:53 +00:00
add search provider for brave search api (#19433)
* add search provider for brave search api Introduces a minimal implementation of the Brave Search API as a search provider. Additionally, this PR introduces a test file to ensure the provider works properly, and numerous other smaller changes (e.g., changes to docs to mention the new option). * Update transformation.py
This commit is contained in:
@@ -12,6 +12,7 @@ SEARCH_PROVIDERS = [
|
||||
"google_pse",
|
||||
"parallel_ai",
|
||||
"exa_ai",
|
||||
"brave",
|
||||
"firecrawl",
|
||||
"searxng",
|
||||
"linkup",
|
||||
|
||||
Reference in New Issue
Block a user