Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Feb 19, 2024
1 parent 3b92eb6 commit 15fe6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Ollama.chat(client, [

## Streaming

When an Ollama endpoint is called with the `:stream` option set to `true`, a `t:Ollama.Streaming.t/0` struct is returned providing a unqiue `t:reference/0` for the streaming request, and a lazy enumerable that generates messages as they are received from the streaming request.
When an Ollama endpoint is called with the `:stream` option set to `true`, a `t:Ollama.Streaming.t/0` struct is returned providing a unique `t:reference/0` for the streaming request, and a lazy enumerable that generates messages as they are received from the streaming request.

```elixir
Ollama.completion(client, [
Expand Down
2 changes: 1 addition & 1 deletion lib/ollama/streaming.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ollama.Streaming do
@moduledoc """
When an Ollama endpoint is called with the `:stream` option set to `true`, a
`t:Ollama.Streaming.t/0` struct is returned providing a unqiue `t:reference/0`
`t:Ollama.Streaming.t/0` struct is returned providing a unique `t:reference/0`
for the streaming request, and a lazy enumerable that generates messages as
they are received from the streaming request.
Expand Down

0 comments on commit 15fe6aa

Please sign in to comment.