Lucas Klein

Results 7 comments of Lucas Klein

> @lectair it's one commit ahead, what was fixed there? > > @seabnavin19 could you share what was fixed in your repo? are you going to maintain it? I don't...

Why does the owner doesn't respond to any of the Issues?

> A note for you, the naming convention for the methods is incorrect. If that's important enough, maybe you'd want to fix it.

I am also working on this feature. I have sent you a pull request, @leomariga. @AntonOsika, do you think it would be a good idea to create a branch for...

I think creating a CLI that you can interact with while gpt-4 is editing the code to be able to iterate indefinitely and tell it to delete, add or change...

I think so. You have to change gpt-4 to gpt-3.5-turbo in the config. Change lines containing "gpt-4" of the files "gpt-engineer/ai.py" and "gpt-engineer/main.py". You may also need to change the...

> I had the same issue using `pip install gpt-engineer`. I used the dev approach it worked: > > ``` > git clone [email protected]:AntonOsika/gpt-engineer.git > cd gpt-engineer > make install...