Inspired by GitHub Copilot, Delphi AI Developer is a plugin that adds Artificial intelligence (AI) interaction capabilities to the Delphi IDE, using both the OpenAI API, Gemini API and Groq API, as well as offering offline AI support.
With Delphi AI Developer, you will have assistance in generating and refactoring code, facilitating and accelerating development.
Receive suggestions for creating and improving code directly in the IDE and take advantage of the possibility of creating predefined questions to speed up your searches.
1 - Download Delphi AI Developer. You can download the .zip file or clone the project on your PC.
2 - In your Delphi, access the menu File > Open and select the file: Package\DelphiAIDeveloper.dpk
3 - Right-click on the project name and select "Install"
4- The "AI Developer" item will be added to the IDE's MainMenu
We have also created a video with details on how to download, install and use the plugin. The video is in Portuguese (ptBR), but we are providing subtitles and possibly a video in English.
We will soon publish the complete documentation for the Plugin.
To submit a pull request, follow these steps:
- Fork the project
- Create a new branch (
git checkout -b minha-nova-funcionalidade
) - Make your changes
- Make the commit (
git commit -am 'Functionality or adjustment message'
) - Push the branch (
git push origin Message about functionality or adjustment
) - Open a pull request
Delphi AI Developer
is free and open-source wizard licensed under the MIT License.