mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix response api handling
This commit is contained in:
parent
be25b298e6
commit
e7e44694cc
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import json
|
||||
import uuid
|
||||
from datetime import datetime
|
||||
from typing import TYPE_CHECKING, Any, Callable, Dict, Literal, Optional, Tuple, Union
|
||||
from typing import TYPE_CHECKING, Any, Callable, Literal, Optional, Union
|
||||
|
||||
import httpx
|
||||
from fastapi import HTTPException, Request, status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue