Update OpenaiChat.py

pull/1653/head
H Lohaus 7 months ago committed by GitHub
parent cf5961a6ce
commit ba04bf2bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save