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

Releases: acheong08/EdgeGPT

0.10.9 Fuck windows

09 Jun 11:32
Compare
Choose a tag to compare

0.10.8

09 Jun 10:23
Compare
Choose a tag to compare

What's Changed

  • Actively send data every 6 seconds; by @xnny in #519
  • save_conversation: Cannot save a dict object with write() by @DaryeDev in #520

New Contributors

Full Changelog: 0.10.7...0.10.8

0.10.7

08 Jun 08:55
aa88499
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.6...0.10.7

0.10.6

08 Jun 08:18
b649273
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.5...0.10.6

0.10.5

08 Jun 04:48
Compare
Choose a tag to compare

Ignore fucked up windows crap
Full Changelog: 0.10.4...0.10.5

0.10.4

07 Jun 17:18
75bbdab
Compare
Choose a tag to compare

What's Changed

  • Add support for python 3.8 by @The---onE in #506
  • Update README: Re-organize headers, make
    open, and emphasize cookie filename pattern by @Hansimov in #510
  • 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

06 Jun 11:57
50186e1
Compare
Choose a tag to compare

What's Changed

  • Fix <RuntimeError: Event loop is closed> in windows by @Hansimov in #504

Full Changelog: 0.10.2...0.10.3

0.10.2

06 Jun 09:26
8ad2c4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.1...0.10.2

0.10.1

06 Jun 07:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0 Breaking changes (refactor)

06 Jun 06:23
Compare
Choose a tag to compare

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