DEBUG MODE & API
Debug mode, custom API endpoints, open_txt/open_img, calling functions without call, unified interpreter, function parameter fixes, string interpolation, text generation timeout, request rework, save_txt/save_img fixes, and context removed.
var txt = open_txt("prompt.txt")
var res = generate_text(txt, timeout=30)
save_img("out.png", res_img)