Releases: Pud-of-Mud/GPT-3-Python-Edition
Releases · Pud-of-Mud/GPT-3-Python-Edition
ChatGPT-Python-Edition_v1.0.1
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
- Updated main.py to not make an error on startup. by @Pud-of-Mud
- Making Developer branch up to date to Main. by @Pud-of-Mud in #5
- Update README.md to include LICENSE by @Pud-of-Mud in #9
- Merge pull request #5 from Pud-of-Mud/main by @Pud-of-Mud in #8
ChatGPT-Python-Edition_v1.0.0
v1.0.0
First and last full release of the project; for anyone interested in trying the application.
What's Changed
- Making Developer branch up to date to Main. by @Pud-of-Mud in #5
- Update README.md to include LICENSE by @Pud-of-Mud in #9
- Merge pull request #5 from Pud-of-Mud/main by @Pud-of-Mud in #8
Full Changelog: v0.1.0...v1.0.0
ChatGPT-Python-Edition_v0.1.1
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
- Update README.md by @Pud-of-Mud in #1
- Update README.md by @Pud-of-Mud in #3
- New features branch by @Pud-of-Mud in #4
- Updated openai by @Pud-of-Mud in #6
- Severly updated README.md by @Pud-of-Mud in #7
Full Changelog: https://github.com/Pud-of-Mud/GPT-3-Python-Edition/commits/v0.1.1
GPT-Python-Edition_v0.1.0
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.