|
|
|
|
|
by FredrikNoren
754 days ago
|
|
So it's hard to give a number on how robust it is, but yes, simply telling GPT that "this doesn't work" or "try again" does work a lot of the time. We're trying to give GPT as much context as possible to help it figure out where things went wrong. Currently that means giving it type errors, execution errors, self-critique and user feedback. But we're working on expanding that; for instance we want to experiment with automatically generating tests that validate things are working as they should. We also want to add a GPT based "debugger" that can help you pinpoint exactly what went wrong. |
|