Skip to content

The AntonOsika/gpt-engineer project was great, but do you know what the one thing that was missing is? The easier way to use it. AntonOsika's gpt-engineer was meant to be completely run on the python shell in which you would need an at least little knowledge in programming to use. But that's where this repository comes in.

License

Notifications You must be signed in to change notification settings

SaiPanneerselvam/gpt-engineer

 
 

Repository files navigation

GPT Engineer

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

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.

Demo

Project philosophy

  • Simple to get value
  • Flexible and easy to add new own "AI steps". See steps.py.
  • Incrementally build towards a user experience of:
    1. high level prompting
    2. giving feedback to the AI that it will remember over time
  • Converting to a website for easier use.
  • Fast handovers back and forth between AI and human
  • Simplicity, all computation is "resumable" and persisted to the filesystem

Browsing Markdowns

You might want to look at our other committed markdown files here's our Markdowns!

Usage

Choose either stable or development.

We are still in development for this repository.

About

The AntonOsika/gpt-engineer project was great, but do you know what the one thing that was missing is? The easier way to use it. AntonOsika's gpt-engineer was meant to be completely run on the python shell in which you would need an at least little knowledge in programming to use. But that's where this repository comes in.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • Makefile 7.2%