feat(pass_through_endpoints.py): add pass-through support for all cohere endpoints

This commit is contained in:
Krrish Dholakia 2024-08-17 16:57:40 -07:00
parent 77177ff469
commit 1856ac585d
3 changed files with 44 additions and 2 deletions

View file

@ -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()