Files
blog/content/posts/commits/2026-08-14-commit-e55d6b9.md
Betty f0f945fc58
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit e55d6b9 in myai
2026-08-14 23:28:31 +02:00

836 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[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 e55d6b9 par Betty dans myai Betty

Commit e55d6b9

Repository myai
Branch main
Author Betty
Hash e55d6b947b9714a9f1d1a6c5db76a700beba55b7

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.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	app/codegen.py

Diff Summary

 app/codegen.py | 2 ++
 1 file changed, 2 insertions(+)