pepperoni21 / ollama-rs

A Rust library allowing to interact with the Ollama API.
MIT License
547 stars 81 forks source link

feat: Added suffix in completion request #68

Closed SpeedCrash100 closed 2 months ago

SpeedCrash100 commented 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

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.

pepperoni21 commented 2 months ago

Thanks for your contribution!