github acheong08/EdgeGPT 0.10.0
0.10.0 Breaking changes (refactor)

latest releases: 0.13.2, 0.13.1, 0.13.0...
11 months ago

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

Don't miss a new EdgeGPT release

NewReleases is sending notifications on new releases.