gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
## Expected Behavior Printing out the code + readme in c++ ## Current Behavior Gets about 80% done then stops printing out the code and saying the steps to execute...
This would likely be as simple as adding a setting/switch to select the model: https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/scripts/rerun_edited_message_logs.py#L16 https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/main.py#L21 https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/ai.py#L11 It looks like this would just be adding an argument here: https://github.com/AntonOsika/gpt-engineer/blob/abb9f2332de033a0e40adc0f3492a73df9cfc1cc/gpt_engineer/main.py#L18-L34
I think this will enhance the experience of going through issues, thanks @aroramrinaal Since this is a change that affects how the project is presented to the users/contributors I'll wait...
Changed git clone URL from ssh to https.
I'd appreciate a configuration option to use our corporate instance of OpenAI in Azure instead of the standard openAI one.
In this way, we can also store this to benchmark results. A huge increase in tokens will not be worth a minor improvement in benchmark resultss.
**YOU MAY DELETE THE ENTIRE TEMPLATE BELOW.** # Issue Template ## Expected Behavior Please describe the behavior you are expecting. ## Current Behavior What is the current behavior? ## Failure...
an update of https://github.com/AntonOsika/gpt-engineer/pull/287 > ChatGPT returns inconsistent formats for files; changing the philosophy to specify the format "Filename: file". This greatly improves the ability of the to_file method to...