Update OpenaiChat.py

This commit is contained in:
H Lohaus 2024-02-28 09:59:31 +01:00 committed by GitHub
parent cf5961a6ce
commit ba04bf2bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class OpenaiChat(AsyncGeneratorProvider, ProviderModelMixin):
json={"is_visible": False},
headers=headers
) as response:
response.raise_for_status()
...
@classmethod
async def create_async_generator(