pepperoni21 / ollama-rs

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

add https support #1

Closed Yvonne-Aizawa closed 8 months ago

Yvonne-Aizawa commented 8 months ago

all i did was change the default to include http:// and edit the uri function to remove the http:// updated readme to reflect this

When using the default method nothing should change. but when specifying a url yourself you need to include the protocol (http/https)