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 298 gpt-engineer issues
Sort by recently updated
recently updated
newest added

I am running improve mode, creating c# and xaml. GPT Engineer is attempting to make updates to a xaml user control (here renamed to be "myExistingUserControl.xaml") and running into an...

bug
triage

The problem in bug #928 is that "some/dir/" is used as a placeholder to indicate that a filename should be represented by a relative path. The placeholder is introduced in...

when try to run the gpt-engineer from docker I recieve this error : docker run -it --rm -e OPENAI_API_KEY=sk-iv9R5S5u0XqSmTdR1JnOT3BlbkFJSxxxxxxxxx -v .\:/project gpt-engineer **/app/entrypoint.sh: line 3: $'\r': command not found unning...

bug

` => ERROR [8/9] RUN sudo pip install -e . 4.1s ------ > [8/9] RUN sudo pip install -e .: 0.442 Looking in indexes: https://pypi.doubanio.com/simple 0.442 Obtaining file:///app 0.448 Installing...

bug

Two steps to run (after getting a [Langsmith API Key)](https://docs.smith.langchain.com/) 1. Upload dataset (currently just using the existing benchmark) ```python python langsmith_evals --action upload ``` 2. Run eval ```python python...

### PR Feedback (click) - [ ] 👍 Sweep Did Well - [ ] 👎 Sweep Needs Improvement ### I created this PR to address this rule: "Ensure all new...

sweep

## Feature description We have a way to easily add benchmarks: https://www.loom.com/share/206805143fbb4302b5455a5329eaab17?sid=f689608f-8e49-44f7-b55f-4c81e9dc93e6 This issue is about looking into if [mbpp](https://huggingface.co/datasets/mbpp) is a good benchmark to add and then add a...

enhancement

## Feature description We have a way to easily add benchmarks: https://www.loom.com/share/206805143fbb4302b5455a5329eaab17?sid=f689608f-8e49-44f7-b55f-4c81e9dc93e6 This issue is about looking into if [swe-bench](https://github.com/princeton-nlp/SWE-bench) is a good benchmark to add and then add a...

enhancement

## Feature description gpt-engineer has an automatic evals suite in "evals/eval_new_code.py". However, only 2 test cases are given in evals/new_code_eval.yaml . An alternative to filling in more testcases manually, we...

enhancement