pepperoni21 / ollama-rs

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

Adds example on how to use completion options to README and /examples #23

Closed dezoito closed 7 months ago

dezoito commented 7 months ago

Added a snippet of using options (temperature, top_k, etc) when generating completions to README, and a working example to the /examples folder.

Hope this is useful.

pepperoni21 commented 7 months ago

Looks good! Thanks for the contribution