mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
feat(pass_through_endpoints.py): add pass-through support for all cohere endpoints
This commit is contained in:
parent
77177ff469
commit
1856ac585d
3 changed files with 44 additions and 2 deletions
|
@ -320,7 +320,7 @@ async def pass_through_request(
|
|||
call_type="pass_through_endpoint",
|
||||
)
|
||||
|
||||
async_client = httpx.AsyncClient()
|
||||
async_client = httpx.AsyncClient(timeout=600)
|
||||
|
||||
# create logging object
|
||||
start_time = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue