Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 17, 2024
1 parent f8564d3 commit 826ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatlas/_ollama.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def ChatOllama(
::: {.callout-note}
## Python requirements
`ChatOllama` requires the `ollama` package (e.g., `pip install ollama`).
`ChatOllama` requires the `openai` package (e.g., `pip install openai`).
:::
Expand Down

0 comments on commit 826ef8d

Please sign in to comment.