Open sestinj opened 2 months ago
Sidenote: it's possible to get really quick diff application in some cases if you look for full overwrites. You could just ask a language model whether this is an exact overwrite, and if so do that.
Another good idea: Do "lazy" full file rewrite, and then a series of find/replace to fill that in
Validations
Problem
GPT-4o-mini can sometimes output english, which should be avoided at all costs. A better prompt/filtering can fix this
Solution
No response
CON-266