Closed SpeedCrash100 closed 2 months ago
New ollama haves API for code completions by introducing field suffix: https://github.com/ollama/ollama/blob/608e87bf8707e377f1c195ae22330e26f67de91e/docs/api.md?plain=1#L43
suffix
This PR adds this field to request and also methods to init suffix. I've added small test as well to check everything is working with granite-code:3b model.
granite-code:3b
Thanks for your contribution!
New ollama haves API for code completions by introducing field
suffix
: https://github.com/ollama/ollama/blob/608e87bf8707e377f1c195ae22330e26f67de91e/docs/api.md?plain=1#L43This PR adds this field to request and also methods to init
suffix
. I've added small test as well to check everything is working withgranite-code:3b
model.