anasfik / openai

Dart/Flutter SDK for ChatGPT and all OpenAI APIs (GPT, Dall-e..)
https://pub.dev/packages/dart_openai
MIT License
593 stars 186 forks source link

Add timeout to postStream API #194

Open kyakuno opened 2 months ago

kyakuno commented 2 months ago

There was a case where a deadlock occurred because a timeout was not assigned to postStream, so this has been fixed.