feat(utils.py): support async streaming for custom llm provider

This commit is contained in:
Krrish Dholakia 2024-07-25 17:11:57 -07:00
parent bf23aac11d
commit 9b1c7066b7
3 changed files with 38 additions and 2 deletions

View file

@ -17,8 +17,10 @@ from enum import Enum
from functools import partial
from typing import (
Any,
AsyncGenerator,
AsyncIterator,
Callable,
Coroutine,
Iterator,
List,
Literal,