Skip to content

Releases: Pud-of-Mud/GPT-3-Python-Edition

ChatGPT-Python-Edition_v1.0.1

18 May 15:20
Compare
Choose a tag to compare

Verson 1.0.1 release

A quick patch update to fix some of the issues preventing the script from functioning.
Should be the final release as of now.

What's Changed

ChatGPT-Python-Edition_v1.0.0

11 May 15:43
c7f19a2
Compare
Choose a tag to compare

v1.0.0

First and last full release of the project; for anyone interested in trying the application.

What's Changed

Full Changelog: v0.1.0...v1.0.0

ChatGPT-Python-Edition_v0.1.1

03 May 16:32
6785e88
Compare
Choose a tag to compare

Version 0.1.1

Comes with 4 engines:

  • text-davinci-003
  • text-ada-001
  • text-curie-001
  • text-gpt-3.5-turbo [Unstable]

TL:DR

  • Added ability to swap during loop between the engines
  • Added ability to stop the Question loop to prevent forever loops.
  • Vastly improved readme.md to include better documentation.

What's Changed

Full Changelog: https://github.com/Pud-of-Mud/GPT-3-Python-Edition/commits/v0.1.1

GPT-Python-Edition_v0.1.0

02 May 16:14
6785e88
Compare
Choose a tag to compare

Version 0.1.0

Comes with 3 engines:

  • text-davinci-003
  • text-ada-001
  • text-curie-001

Able to hot-swap between the three engines, and the ability to kill the script on command.