Update async.py

This commit is contained in:
H Lohaus 2024-04-06 21:25:11 +02:00 committed by GitHub
parent 3f17f9b8e2
commit 55869da442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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,