diff --git a/Cargo.lock b/Cargo.lock index b6f8a50..fe9c78c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "ollama-rs" -version = "0.1.5" +version = "0.1.6" dependencies = [ "base64", "ollama-rs", diff --git a/Cargo.toml b/Cargo.toml index 38664da..d2b4350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ollama-rs" -version = "0.1.5" +version = "0.1.6" edition = "2021" license-file = "LICENSE.md" description = "A Rust library for interacting with the Ollama API" diff --git a/README.md b/README.md index 99737d2..63d70cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It was made following the [Ollama API](https://github.com/jmorganca/ollama/blob/ ### Add ollama-rs to your Cargo.toml ```toml [dependencies] -ollama-rs = "0.1.5" +ollama-rs = "0.1.6" ``` ### Initialize Ollama ```rust