Skip to content

Releases: FMXExpress/CodeDroidAI

Release v1.03

09 Sep 04:22
Compare
Choose a tag to compare

Added new models including 'codellama-13b', 'codellama-34b', 'wizardcoder-34b', 'codellama-7b'. Added a new template for DUnitX creation. Added the option to load a file and include it with the prompt.

Release v1.02

02 Aug 19:23
Compare
Choose a tag to compare

Added support for open models including 'gpt4all', 'falcon-40b-instruct', 'llama70b-v2-chat', 'llama13b-v2-chat', 'freewilly2', and 'fastervicuna_13b'.

v1.01

20 Jun 18:51
Compare
Choose a tag to compare

Added support for gpt-3.5-turbo-16k which provides a lot more space in the prompt and result for code.

v1.0

10 Jun 15:34
3d05021
Compare
Choose a tag to compare

The CodeDroidAI Desktop client is a powerful UI for generate code and forms for Delphi and C++Builder. Comes with the ability to verify Delphi and C++ code by compiling it and then reporting errors back to ChatGPT. Also supports other LLMs like Vicuna-13b. Includes a built in template system to add additional code generation options.

Built in functionality includes:

  • Generate Procedures
  • Code Analysis
  • Comment Code
  • Generate A FMX Form
  • Convert Delphi Code To Borland C++
  • Upgrade Delphi ANSI Code To Unicode
  • Generate A VCL Form
  • Convert A VCL Form To FMX
  • Convert FPC Code To Delphi
  • Convert Delphi Code To Inline ASM
  • Optimize Code
  • Translate Between Languages