gpt-engineer
gpt-engineer copied to clipboard
No.
During the clarification of creating a chatbot like ChatGPT, I get to: "No."
+1, I have the same issue (using 3.5)
+1
Me too :hand:
lmao, i like how its so matter of fact about it. "No." But yeah, same issue..
I have the same issue
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.
Probably having a bad day :)
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.
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.
Fixed in commit 6a3f7eb