Skip to content

Commit

Permalink
remove doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Apr 18, 2024
1 parent b918b6e commit 045d1f0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ollama.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ defmodule Ollama do
## Quickstart
> #### API change {: .info}
>
> The last two minor versions have introduced breaking API changes. We're
close to an API that feels nice, so hopefully no more breaking changes 🙏🏻.
>
> - `0.5.0` - Streaming requests continues to return a `t:Task.t/0` when the
`:stream` option is a `t:pid/0`, but now returns an `t:Enumerable.t/0` when
`:stream` is `true`. Refer to the [section on Streaming](#module-streaming).
> - `0.4.0` - The `Ollama.API` module has been deprecated in favour of the top
level `Ollama` module. `Ollama.API` will be removed in version 1.
Assuming you have Ollama running on localhost, and that you have installed a
model, use `completion/2` or `chat/2` interact with the model.
Expand Down

0 comments on commit 045d1f0

Please sign in to comment.