Ollamex

An Elixir wrapper of ollama's REST API with a few niceties built-in, such as dealing with endless LLM repetitions through a timeout.

Ollamex is written based on the ollama REST API documentation for the following endpoints:

Installation

The package is available in Hex and can be installed by adding ollamex to your list of dependencies in mix.exs:

def deps do
  [
    {:ollamex, "~> 0.1.0"}
  ]
end

Documentation

The docs can be found at https://hexdocs.pm/ollamex.

Homepage

The homepage of Ollamex can be found at overbring.com.