Skip to content

Commit

Permalink
support older elixirs
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Jan 13, 2024
1 parent 9c3ffbf commit df36e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ollama

![Hex.pm](https://img.shields.io/hexpm/v/ollama?color=informational)
![License](https://img.shields.io/github/license/lebrunel/ollama?color=informational)
![Build Status](https://img.shields.io/github/actions/workflow/status/lebrunel/ollama/elixir.yml?branch=main)
![License](https://img.shields.io/github/license/lebrunel-ex/ollama?color=informational)
![Build Status](https://img.shields.io/github/actions/workflow/status/lebrunel/ollama-ex/elixir.yml?branch=main)

[Ollama](https://ollama.ai) is a nifty little tool for running large language models locally, and this is a nifty little library for working with Ollama in Elixir.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Ollama.MixProject do
[
app: :ollama,
version: "0.1.0",
elixir: "~> 1.15",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit df36e3e

Please sign in to comment.