7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "gorilla-llm";
16 hash = "sha256-3h3QtBDKswTDL7zNM2C4VWiGCqknm/bxhP9sw4ieIcQ=";
19 disabled = python3.pythonOlder "3.6";
21 propagatedBuildInputs = with python3.pkgs; [
27 passthru.updateScript = nix-update-script { };
33 description = "LLMs for your CLI";
34 homepage = "https://github.com/gorilla-llm/gorilla-cli";
35 changelog = "https://github.com/gorilla-llm/gorilla-cli/releases/tag/${version}";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ happysalada ];
38 mainProgram = "gorilla";