Skip to content

Releases: alfianlosari/chatgpt_api_dart

1.1.1

21 Mar 09:30
Compare
Choose a tag to compare

Fix Stream issue in Safari browser, for now it will wait for chunks to be completed. This will be fixed when dart:http fix the streamed response issue in Web

1.1.0

20 Mar 16:53
Compare
Choose a tag to compare

Fix HTTP Stream on Web

1.0.0

19 Mar 04:26
Compare
Choose a tag to compare

1.0 Stable Release

0.0.7

19 Mar 04:17
Compare
Choose a tag to compare

Update documentation and add example

0.0.6

18 Mar 17:34
Compare
Choose a tag to compare

Handle parsing case where stream response has multiple chunks of data: in byte stream

0.0.5

18 Mar 16:00
Compare
Choose a tag to compare
Use substring instead of replaceFirst for parsing stream response

0.0.3

18 Mar 14:33
Compare
Choose a tag to compare

Rename ChatGPTAPI class to ChatGPTClient for consistency.

0.0.2

18 Mar 14:21
Compare
Choose a tag to compare

Update usage in README

0.0.1

18 Mar 14:17
Compare
Choose a tag to compare

Initial release