chatgpt_client_stream 1.1.6 copy "chatgpt_client_stream: ^1.1.6" to clipboard
chatgpt_client_stream: ^1.1.6 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.6 #

  • Fixing bugs

1.1.5 #

  • Fixing bugs

1.1.4 #

  • Fixing bugs

1.1.3 #

  • Now also returns completion_tokens, raw_body_text, tokens_prompt, total_tokens and openAI_id

1.1.2 #

  • Added the possibility to set max_tokens

1.1.1 #

  • 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 #

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

0.0.2 #

  • Update README

0.0.1 #

  • Initial release of ChatGPT API Client
0
likes
40
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Access OpenAI ChatGPT Public API using Dart Language. Supports native Dart project and all Flutter target platforms (iOS, Android, Windows, Linux, Web)

License

MIT (license)

Dependencies

fetch_client, http, web_browser_detect

More

Packages that depend on chatgpt_client_stream