aichat

aichat 0.30.0

Use GPT-4(V), Gemini, LocalAI, Ollama and other LLMs in the terminal

https://github.com/sigoden/aichat
MIT License
main program: aichatprograms: aichat
Platforms (38)
i686-freebsdloongarch64-linuxaarch64-linuxx86_64-darwinpowerpc64-linuxarmv7l-netbsdi686-openbsdarmv6l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aichat
];
Ad-hoc shell
nix-shell -p aichat
Flake (nix run)
nix run nixpkgs#aichat