chatgpt_completions 0.0.5 chatgpt_completions: ^0.0.5 copied to clipboard
Dart client for the unofficial ChatGPT API. Support Text Completion and stream response from v1/completions.
0.0.5 #
- Allow put force api key in each function execute
- Support debounce duration when stream response
- Fix response of ChatGPT(text-davinci-003)
0.0.3 #
- Fix decode response in onStreamValue
0.0.2 #
- Add maxTokens in TextCompletionsParams
- Set default for max_tokens, temperature, top_p, n, stream
- Throw exeption when error occured
0.0.1 #
- Text completions without stream response
- Text completions with stream response