Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Releases: acheong08/ChatGPT

0.0.38.1 PyPi

11 Dec 10:10
Compare
Choose a tag to compare

0.0.38 Set async as parent class

11 Dec 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.37.3...0.0.38

0.0.37.3 Async bug fix

11 Dec 09:12
Compare
Choose a tag to compare

0.0.37.2 Async bug fix

11 Dec 09:10
add831e
Compare
Choose a tag to compare

What's Changed

  • Add termination on Ctrl-C in CLI without a long traceback by @MonadMonAmi in #221
  • Remove Host from headers and expose base_url as parameters by @lss233 in #219
  • Add conversation_id and parent_id as parameters by @zwa73 in #237
  • Support Send Feedback by @penut85420 in #224

New Contributors

Full Changelog: 0.0.37.1...0.0.37.2

0.0.37.1 Pep8 for AsyncChatbot

11 Dec 07:05
1bcc726
Compare
Choose a tag to compare

0.0.37 async refactor

11 Dec 06:49
b641d2d
Compare
Choose a tag to compare

What's Changed

  • Fixed docs of session authentication by @sharadregoti in #227
  • Async is now at from revChatGPT.revChatGPT import asyncChatbot as Chatbot

New Contributors

Full Changelog: 0.0.36.1...0.0.37

0.0.36.1 PyPi

11 Dec 03:45
c4e1356
Compare
Choose a tag to compare

0.36 API fixes

11 Dec 02:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.35...0.0.36

0.0.35 PyPi

10 Dec 16:33
37e1afd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.34.2...0.0.35

0.0.34.2 Captcha fixes

10 Dec 09:48
Compare
Choose a tag to compare

What's Changed

  • add error handle in __get_chat_stream() by @Harry-Jing in #204
  • Captcha bugfix for older python versions

Full Changelog: 0.0.34.1...0.0.34.2