- [Fix] Add gpt 4 turbo. Thanks @chopper985
- [Fix] Duplicate body response. Thanks @chopper985
- [Fix] add function _getContentFromJson using regexp to attempt to get value in json format error
- [Feat] Add Decoder Queue when listen response from Chat Completions API for ensure decode response payload in order.
- [Feat] Support new gpt model: gpt-4, gpt-4-0613, gpt-4-32k, gpt-4-32k-0613
- [Fix] Decode bytes when stream response chat completions api
- Allow put force api key in each function execute
- Support debounce duration when stream response
- Fix response of ChatGPT(text-davinci-003)
- Support new gpt model: gpt-3.5-turbo
- Fix decoder response related to issue #1
- Fix decode response in onStreamValue
- Add maxTokens in TextCompletionsParams
- Set default for max_tokens, temperature, top_p, n, stream
- Throw exeption when error occured
- Text completions without stream response
- Text completions with stream response