chatgpt_client 1.0.0 copy "chatgpt_client: ^1.0.0" to clipboard
chatgpt_client: ^1.0.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) It provides streamed and normal response when as [...]

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 to ChatGPTClient for consistency.

0.0.2 #

  • Update README

0.0.1 #

  • Initial release of ChatGPT API Client
15
likes
0
pub points
36%
popularity

Publisher

verified publisheralfianlosari.com

Access OpenAI ChatGPT Public API using Dart Language. Supports native Dart project and all Flutter target platforms (iOS, Android, Windows, Linux, Web) It provides streamed and normal response when asking ChatGPT, the client also stores the converstation list history so it can be used on new prompt to make it aware of previous conversation context.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on chatgpt_client