This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Releases: acheong08/ChatGPT
Releases · acheong08/ChatGPT
0.0.38.1 PyPi
Full Changelog: 0.0.38...0.0.38.1
0.0.38 Set async as parent class
What's Changed
- Refactor the code, change a lot by @Harry-Jing in #242
Full Changelog: 0.0.37.3...0.0.38
0.0.37.3 Async bug fix
Full Changelog: 0.0.37.2...0.0.37.3
0.0.37.2 Async bug fix
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
- @MonadMonAmi made their first contribution in #221
- @lss233 made their first contribution in #219
- @zwa73 made their first contribution in #237
- @penut85420 made their first contribution in #224
Full Changelog: 0.0.37.1...0.0.37.2
0.0.37.1 Pep8 for AsyncChatbot
Full Changelog: 0.0.37...0.0.37.1
0.0.37 async refactor
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
- @sharadregoti made their first contribution in #227
Full Changelog: 0.0.36.1...0.0.37
0.0.36.1 PyPi
Full Changelog: 0.0.36...0.0.36.1
0.36 API fixes
What's Changed
- case insensitive authorization config by @sunneydev in #225
- add defualt language option by @suzhiba in #223
New Contributors
- @sunneydev made their first contribution in #225
- @suzhiba made their first contribution in #223
Full Changelog: 0.0.35...0.0.36
0.0.35 PyPi
What's Changed
- sync to main by @Harry-Jing in #209
- Support XDG Base Directory specification for config.json by @thezeroalpha in #211
- Refactor the code and fix wiki by @snowmeow2 in #216
- Use png instead of svg for captcha
New Contributors
- @thezeroalpha made their first contribution in #211
Full Changelog: 0.0.34.2...0.0.35
0.0.34.2 Captcha fixes
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