gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

Results 345 gpt-engineer issues
Sort by recently updated
recently updated
newest added

## Expected Behavior I would expect GPT engineer to either successfully apply all diffs sent by the AI or fail in a way that lets you know which diffs have...

bug
triage

Just wanted to let you know ❤️ All the best

bug
triage

Small change that allows to read value of MODEL_NAME from environment. Value taken from env has lower priority than one from command line and higher than default "gpt-4-0125-preview".

As I mentioned in https://github.com/gpt-engineer-org/gpt-engineer/pull/1082#pullrequestreview-1963599143, OpenRouter is an easy way to run lots of different LLMs through a OpenAI-compatible API (notably recommended by Aider). We should consider investigating this as...

documentation

While trying to get #1057 merged I noticed there were a bunch of type errors that were only caught in tests. I thought we had some kind of typechecking on...

good first issue

## Policy and Info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...

enhancement

## Policy and info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...

bug
triage

## Policy and info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...

documentation
triage

@viborc @ATheorell to test: ``` cd gpt-engineer docker build --rm -t gpt-engineer -f docker/Dockerfile . cd parent/folder/of/my/test-project docker run -it --rm -e OPENAI_API_KEY="$OPENAI_API_KEY" -v ./test-project:/project gpt-engineer ``` Above works all...