Results 131 comments of Patilla Code

Sounds good to me although I am not familiar with those, we can add that one in another PR. I believe `.bat` files are for Windows, right?

@AntonOsika @FOLLGAD WDYT? If you would like to have something like this let me know and I will amend the README for it I would suggest having two way of...

Thanks @AntonOsika - Yes, sometimes it is a bit hard to maintain if we don't keep it simple. I'd say for now just using the Makefile as an alternative to...

The issue you are seeing is not GPT Engineer's fault AFAIU. I'd say your app is missing the `start` command, usually defined in one of the config files in frontend...

Hi @Glifaus There have been several PR attempts for this functionality like #83 #29 or #22 I like that you added tests, thanks, although I think your `requirements.txt` file is...

Open discussion related to this in #135

Hi @NoCLin thanks for this! Code looks good, although I haven't been able to give it a go. Could you maybe give us some examples of it being used somehow?...

My two cents: I like the idea, I was thinking of adding something similar to this myself, my function looked like this: ``` functions: [ { name: "write_files", description: "Output...

I have taken some inspiration from [jpenalbae/olgpt](https://github.com/jpenalbae/olgpt/blob/main/olgpt.js) (thanks [@jpenalbae](https://github.com/jpenalbae) Notes to consider: - It might be better to force the call to the function through the promt instead of using...

Hi @jebarpg I believe this file should go under `.github/` folder right? `.github\CODE_OF_CONDUCT.md` if you pull the latest `main` branch into yours you will see the folder is already there!...