mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix typing errors
This commit is contained in:
parent
abfb600406
commit
dc6fce3140
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ async def acreate_batch(
|
||||||
extra_headers: Optional[Dict[str, str]] = None,
|
extra_headers: Optional[Dict[str, str]] = None,
|
||||||
extra_body: Optional[Dict[str, str]] = None,
|
extra_body: Optional[Dict[str, str]] = None,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
) -> Coroutine[Any, Any, Batch]:
|
) -> Batch:
|
||||||
"""
|
"""
|
||||||
Async: Creates and executes a batch from an uploaded file of request
|
Async: Creates and executes a batch from an uploaded file of request
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ async def aretrieve_batch(
|
||||||
extra_headers: Optional[Dict[str, str]] = None,
|
extra_headers: Optional[Dict[str, str]] = None,
|
||||||
extra_body: Optional[Dict[str, str]] = None,
|
extra_body: Optional[Dict[str, str]] = None,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
) -> Coroutine[Any, Any, Batch]:
|
) -> Batch:
|
||||||
"""
|
"""
|
||||||
Async: Retrieves a batch.
|
Async: Retrieves a batch.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue