mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +03:00
Update async.py
This commit is contained in:
parent
3f17f9b8e2
commit
55869da442
@ -15,10 +15,6 @@ from ..errors import NoImageResponseError, RateLimitError, MissingAuthError
|
||||
from .. import get_model_and_provider, get_last_provider
|
||||
from .helper import read_json, find_stop, filter_none
|
||||
|
||||
from .Provider.BingCreateImages import BingCreateImages
|
||||
from .Provider.needs_auth import Gemini, OpenaiChat
|
||||
from ..Provider.You import You
|
||||
|
||||
async def iter_response(
|
||||
response: AsyncIerator[str],
|
||||
stream: bool,
|
||||
|
Loading…
Reference in New Issue
Block a user