/engineer

Absolutely FREE AI for code generation. Specify what you want it to build, the AI asks for clarification, and then builds it.

Primary LanguagePythonMIT LicenseMIT

Hello everyone!

Specify what you want it to build, the AI asks for clarification, and then builds it.

Free-GPT-Engineer is made to be easy to adapt, extend, and make your agent learn how you want your code to look. It generates an entire codebase based on a prompt.

It absolutely FREE. You don't need to using Openai API Key.

This project based on the GPT-Engineer repository, version 0.0.7

Usage

For installing Free-GPT-Engineer run this commands:

  • git clone https://github.com/metim0l/free-gpt-engineer.git
  • cd free-gpt-engineer
  • pip install -r requirements.txt

RUN WITH FRONTEND (Tested on Ubuntu 22.04.2 LTS)

  • Run command python3 freegptmanager.py
  • Press Delete Files
  • Press Create
  • Edit Prompt
  • And start script
  • Export and renew

RUN WITHOUT FRONTEND:

  • Create an empty folder inside the repo, in projects folder.
  • Fill in the prompt file in your new folder
  • Run command python main.py projects/new_folder

Results

  • Check the generated files in projects/my-new-project/workspace