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

No.

Open Mattang-Tim opened this issue 1 year ago • 7 comments

During the clarification of creating a chatbot like ChatGPT, I get to: "No."

image

Mattang-Tim avatar Jun 15 '23 22:06 Mattang-Tim

+1, I have the same issue (using 3.5)

augusto-rehfeldt avatar Jun 15 '23 23:06 augusto-rehfeldt

+1

LebToki avatar Jun 16 '23 02:06 LebToki

Me too :hand:

M-Gonzalo avatar Jun 16 '23 05:06 M-Gonzalo

lmao, i like how its so matter of fact about it. "No." But yeah, same issue..

DenizMOz avatar Jun 16 '23 05:06 DenizMOz

I have the same issue

juarezjl avatar Jun 16 '23 06:06 juarezjl

What exactly is it having a problem with when it just spits out No? lol I get this often as well. Anyone able to explain what causes it? I don't actually see it in the code... although wife says I am blind.

zerofill avatar Jun 16 '23 14:06 zerofill

Probably having a bad day :)

LebToki avatar Jun 16 '23 16:06 LebToki

It seems like here on line 46 is where the model is being asked to respond with "No.": https://github.com/AntonOsika/gpt-engineer/blob/25a6c31d4f7b550b2efccce8a260dbe43778ea4a/gpt_engineer/steps.py#L41-L47 If you just enter 'q', it should continue. The AI is just telling you that the task is now sufficiently clear.

brandonbothell avatar Jun 16 '23 19:06 brandonbothell

I have seen this or something very similar in a lot of other issues, I have also seen it myself when running the app.

It might need a bit of digging imo. Maybe correction of the prompts and/or better handling of the outcome.

patillacode avatar Jun 17 '23 11:06 patillacode

Fixed in commit 6a3f7eb

FOLLGAD avatar Jun 17 '23 12:06 FOLLGAD