Releases: code-yeongyu/AiShell
Releases · code-yeongyu/AiShell
2023.03.03-1
What's Changed
- Rename
OpenAIChatGPTAdapter
by @code-yeongyu in #27 - Bump up python version to
3.9
by @code-yeongyu in #28 - Improve overall code quality by @code-yeongyu in #29
- Ask user to copy session token after retrieving it from
chat.openai.com
by @code-yeongyu in #30
Full Changelog: v2023.03.03...v2023.03.03-1
2023.03.03
What's Changed
- Make README faciner and updated by @code-yeongyu in #20
- Update README.md with new demo gif and instructions by @code-yeongyu in #24
- Add support for Official ChatGPT API 🚀 by @code-yeongyu in #25
- Add auto login feature for reverse-engineered
ChatGPT
by @code-yeongyu in #26
Full Changelog: v2023.03.02...v2023.03.03
2023.03.02-1
What's Changed
- Make README faciner and updated by @code-yeongyu in #20
Full Changelog: v2023.03.02...v2023.03.02-1
2023.03.02
What's Changed
- Add
usage
by @code-yeongyu in #11 - Fix typo by @code-yeongyu in #12
- Add
PyPI
badges toREADME.md
by @code-yeongyu in #13 - feature/readme pypi by @code-yeongyu in #14
- Make executable alone by specifying entrypoint by @code-yeongyu in #18
- Ask use to execute the command or not by @code-yeongyu in #19
Full Changelog: v2023.02.21...v2023.03.02
2023.02.21
What's Changed
- Split
main.py
into multiple files by @code-yeongyu in #4 - Add PR template by @code-yeongyu in #5
- Make
mypy
to be secondary type checker, replace other tools toruff
by @code-yeongyu in #6 - Replace
pyright
withmypy
by @code-yeongyu in #7 - Make
tasks.py
simpler by @code-yeongyu in #8 - Make
ChatGPT
workable using access token by @code-yeongyu in #9 - Hello PyPI by @code-yeongyu in #10
New Contributors
- @code-yeongyu made their first contribution in #4
Full Changelog: https://github.com/code-yeongyu/AiShell/commits/v2023.02.21