Skip to content

Releases: AliDehbansiahkarbon/ChatGPTWizard

v3.1

20 Apr 19:30
Compare
Choose a tag to compare

The model list has been updated based on the OpenAI's latest changes.

image

Full Changelog: v3.0.0.0...v3.1

Added Offline mode.

03 Apr 14:13
75b9a22
Compare
Choose a tag to compare

1- Added Offline mode
2- Ollama the local host AI server is supported.
2- Refinements.

Full Changelog: v2.2.0.9...v3.0.0.0

Delphi 12 support + improvements.

20 Nov 07:35
Compare
Choose a tag to compare

1- Delphi 12 has been supported.
1- Added a new menu items.
2- Updated "Model list" and removed legacy Models.
3- Changed the default model from "text-davinci-003" to "gpt-3.5-turbo" because Davinci models are deprecated from now on.
4- bug fixes.

Full Changelog: v2.2.0.6...v2.2.0.9

v2.2.0.6

20 Jun 10:57
Compare
Choose a tag to compare

What's Changed

  • Implemented support for gpt-4. by @cddigi in #46
  • Added About form
  • Added menu Icons
  • Added the splash screen about box.

New Contributors

Full Changelog: v2.2.0.5...v2.2.0.6

v2.2.0.5

01 Jun 15:28
89d653b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0.3...v2.2.0.5

v2.2.0.3

03 May 11:57
Compare
Choose a tag to compare

* features and fixes:

  • Added five new menu items to the Editor's context menu.
    New functionalities for Add Test, Find Bugs, Add Comment, Optimize Code, Complete Code
    image
  • A drop-down has been added to clear all button to clear question or answer individually.
  • DblClick on a question in history will bring back the question to the question area.
  • Added a new menu item to Clear the whole history with add yes-no questions.

Full Changelog: v2.2.0.0...v2.2.0.3

v2.2.0.0

19 Apr 09:31
Compare
Choose a tag to compare

What's Changed

  • Doc(README): Added better text & image alignment, fixed typos & links, new images & better demo links by @AliSawari
  • Added a new AI Chatbot called Writesonic chat by @AliDehbansiahkarbon (Delphi 10.2 Tokyo and later)
  • Added a new AI Chatbot called YouChat by @AliDehbansiahkarbon (Delphi 10.2 Tokyo and later)
  • Supported Delphi 10.1 Berlin (Just ChatGPT in this release).
  • Improved styling manually for 10.2 Tokyo and 10.3 Rio(these two IDEs cannot handle the style properly).
  • Improved style change at the same time as the IDE style changes so no need to close and open the form anymore.
  • Fixed bugs regarding the History.
  • Added Writesonic and Youcaht results plus the predefined questions to History.
  • Replaced the classic progress bar with TActivityIndicator and other UI/Ux improvements.
  • Some other refinements.

Full Changelog: https://github.com/AliDehbansiahkarbon/ChatGPTWizard/commits/v2.2.0.0