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 b4e3a77ad0
commit 060249c7e0
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,