Releases: acheong08/EdgeGPT
0.10.9 Fuck windows
Full Changelog: 0.10.8...0.10.9
0.10.8
0.10.7
What's Changed
- attempt cookieless test by @acheong08 in #516
- Use test instead of publish on push by @acheong08 in #517
Full Changelog: 0.10.6...0.10.7
0.10.6
What's Changed
- action to run pytest base by @manatlan in #515
- Minor fixes by @acheong08
New Contributors
Full Changelog: 0.10.5...0.10.6
0.10.5
Ignore fucked up windows crap
Full Changelog: 0.10.4...0.10.5
0.10.4
What's Changed
- Add support for python 3.8 by @The---onE in #506
- Update README: Re-organize headers, make
- The initialization of the httpx asynchronous request and the options of ChatHubRequest need a default value. by @xnny in #511
Full Changelog: 0.10.3...0.10.4
0.10.3
0.10.2
What's Changed
- sync zh-SC & zh-TC readme by @No5972 in #502
- Fixed History File error by @ProfDrLuigi in #503
New Contributors
- @ProfDrLuigi made their first contribution in #503
Full Changelog: 0.10.1...0.10.2
0.10.1
0.10.0 Breaking changes (refactor)
The main change is that everything is now packaged into the "EdgeGPT" package rather than scattered haphazardly with possible conflicts with other libraries or modules.
So instead of from EdgeGPT import Chatbot
, you from EdgeGPT.EdgeGPT import Chatbot
. This also applies to submodules: from EdgeGPT.EdgeUtils import Query, Cookie
Other helper modules can also be imported such as from EdgeGPT.locale import LocationHint
or from EdgeGPT.conversation_style import ConversationStyle
This is a breaking change and requires migration.
Full Changelog: 0.9.2...0.10.0