Incubating v0.1.1
Ollixir
Ollixir is a complete Elixir client library for the Ollama API.
Stats & Info
- Latest release: v0.1.1
- Recent downloads: 56
- All-time downloads: 56
- Maintainers: nshkrdotcom
Installation
Add ollixir to your list of dependencies in mix.exs:
def deps do
[
{:ollixir, "~> 0.1.1"}
]
endThen run:
mix deps.get