mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
feat(utils.py): support async streaming for custom llm provider
This commit is contained in:
parent
bf23aac11d
commit
9b1c7066b7
3 changed files with 38 additions and 2 deletions
|
@ -17,8 +17,10 @@ from enum import Enum
|
|||
from functools import partial
|
||||
from typing import (
|
||||
Any,
|
||||
AsyncGenerator,
|
||||
AsyncIterator,
|
||||
Callable,
|
||||
Coroutine,
|
||||
Iterator,
|
||||
List,
|
||||
Literal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue