[myai] fix(codegen): remove stop_strings to prevent premature truncation of try blocks
2026-08-14T23:27:43+02:00
false
commit
myai
main
Git Activity
Commit 68b8299 par Betty dans myai
Betty
Commit 68b8299
Repository
myai
Branch
main
Author
Betty
Hash
68b8299b7d46d99f7475000d4366353b663f9e5e
Description
Stop strings \ndef and \nif name were interrupting code generation
before except/finally clauses, producing invalid syntax. Let the model
generate freely up to max_new_tokens instead.