Project import generated by Copybara.
GitOrigin-RevId: 6587874cd6e768b17d46a91673370b026af73d90
This commit is contained in:
parent
377b6301bb
commit
09d3dd6e68
2 changed files with 18 additions and 2 deletions
16
litellm-client.rb
Normal file
16
litellm-client.rb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
class LitellmClient < Formula
|
||||
desc "Internal Litellm Client for CSBX"
|
||||
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
|
||||
version "0.0.2-22cb448"
|
||||
|
||||
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/litellm-client/0.0.2-22cb448/litellm-client-darwin-arm64"
|
||||
sha256 "beb24244224184b29b99714f093e60a877658f9fc8dfe6c120dc1a9a2c3cd9cb"
|
||||
|
||||
def install
|
||||
bin.install "litellm-client-darwin-arm64" => "litellm-client"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/litellm-client", "--help"
|
||||
end
|
||||
end
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
class TtsClient < Formula
|
||||
desc "Internal TTS Client for CSBX"
|
||||
homepage "https://forgejo.csbx.dev/acmcarther/yesod"
|
||||
version "0.0.2-fe435d1"
|
||||
version "0.0.2-22cb448"
|
||||
|
||||
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/tts-client/0.0.2-fe435d1/tts-client-darwin-arm64"
|
||||
url "https://forgejo.csbx.dev/api/packages/acmcarther/generic/tts-client/0.0.2-22cb448/tts-client-darwin-arm64"
|
||||
sha256 "4efbf58918f68a6f2a291c75d28387b36bcf58afa09b5fcf363332cad42df009"
|
||||
|
||||
def install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue