mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix responses_api
This commit is contained in:
parent
d4ed384984
commit
2ca2ecacb5
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ router = APIRouter()
|
||||||
dependencies=[Depends(user_api_key_auth)],
|
dependencies=[Depends(user_api_key_auth)],
|
||||||
tags=["responses"],
|
tags=["responses"],
|
||||||
)
|
)
|
||||||
@backoff.on_exception(
|
|
||||||
backoff.expo,
|
|
||||||
Exception, # base exception to catch for the backoff
|
|
||||||
logger=verbose_proxy_logger,
|
|
||||||
)
|
|
||||||
async def responses_api(
|
async def responses_api(
|
||||||
request: Request,
|
request: Request,
|
||||||
fastapi_response: Response,
|
fastapi_response: Response,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue