pepperoni21 / ollama-rs

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

Add rustls feature without breaking default features #4

Closed campbellcole closed 7 months ago

campbellcole commented 7 months ago

My environment requires rustls so I added a feature for it. I tried to do it in the most non-breaking way I could think of so this could be included in a minor version change if desired.

pepperoni21 commented 7 months ago

Thanks for your contribution!