Is this LLM trained for the Cline exstension in VSC?
#1
by
dadadies
- opened
Is that what this model is?
No, this is just a general coding llm, just like its base model, but it can work with the cline extension via the template provided in readme.
I don't think cline need a "purposefully trained " model, it suppose to work with all, just most small models have a really hard time following its complicated prompt and tool calling formats. Hence for a need for a prepared template tailored for a specific small model.
And the reason why I didn't add other coding specific llms here is that if you target a llm <35B, qwen2.5 7b seems to be best at following the tool calling template that cline requires, even its 32B and 14B siblings cannot do as well as it does.