chatgpt_client 1.1.0 chatgpt_client: ^1.1.0 copied to clipboard
Access OpenAI ChatGPT Public API using Dart Language. Supports native Dart project and all Flutter target platforms (iOS, Android, Windows, Linux, Web)
1.1.0 #
- Fix HTTP Stream on Web
1.0.0 #
- Bump version to stable
1.0.0
release
0.0.7 #
- Update Pubspec and readme
0.0.6 #
- Handle parsing case where stream response has multiple chunks of
data:
in byte stream
0.0.5 #
- Use substring instead of replaceFirst for parsing stream response
0.0.4 #
- Fix parsing issue in stream response
0.0.3 #
- Rename
ChatGPTAPI
class toChatGPTClient
for consistency.
0.0.2 #
- Update README
0.0.1 #
- Initial release of ChatGPT API Client