@fleeky Not yet! It can generate text based on some initial text. You can tell it to generate somw code. You can also tell it that if it generates some JSON in a specific format that you'll call the function for it and put the result back in for it to generate more text after. It could be possible for it to call a function thar saves some code and another function to invoke it, but it's harder to keep it focused long enough with small models
@mauve yeah ecpecially local models unfortunately ,
i am consistently sort of shocked at how good gpt4 generates bash scripts and python code (it uses python to do math for instance)
@fleeky the code they generate is also often subtly or glaringly wrong