chore: initial public snapshot for github upload
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
LiteLLM Search API module.
|
||||
"""
|
||||
from litellm.search.cost_calculator import search_provider_cost_per_query
|
||||
from litellm.search.main import asearch, search
|
||||
|
||||
__all__ = ["search", "asearch", "search_provider_cost_per_query"]
|
||||
Reference in New Issue
Block a user