|
|
|
|
|
by vrighter
72 days ago
|
|
You just said an oxymoron right there. If you're syntax checking every token, you're doing it AFTER the llm has spat out its output. You didn't actually do anything to force the llm to produce correct code. You just reject invalid output after the fact. If you could force it to emit syntactically correct code, you wouldn't need to perform a separate manual syntax check afterwards. |
|