Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/l/localai.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Localai < Formula
desc "OpenAI alternative"
homepage "https://localai.io"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.5.4.tar.gz"
sha256 "8e1f3fc1a89a0647c6ae9a1ea21bd3447416eaf37b872296862d54d3c9d71869"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.6.0.tar.gz"
sha256 "5325d60bd989040e1246453ecc9f2122065b8156b778b59a186cc0736811582c"
license "MIT"
head "https://github.com/mudler/LocalAI.git", branch: "master"

Expand Down
Loading