Skip to content

Commit

Permalink
feat: add sigoden/aichat (#18778)
Browse files Browse the repository at this point in the history
[sigoden/aichat](https://github.com/sigoden/aichat): Use GPT-4(V), Gemini, LocalAI, Ollama and other LLMs in the terminal
  • Loading branch information
CrystalMethod committed Jan 7, 2024
1 parent 3c6afee commit ca5cbe4
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/sigoden/aichat/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: sigoden/aichat@v0.12.0
- name: sigoden/aichat
version: v0.8.0
34 changes: 34 additions & 0 deletions pkgs/sigoden/aichat/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
packages:
- type: github_release
repo_owner: sigoden
repo_name: aichat
description: Use GPT-4(V), Gemini, LocalAI, Ollama and other LLMs in the terminal
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.8.0")
asset: aichat-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
overrides:
- goos: windows
format: zip
replacements:
arm64: arm64
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
- version_constraint: "true"
asset: aichat-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
33 changes: 33 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca5cbe4

Please sign in to comment.