Reorganize llm stuff
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
orgTrivialBuild,
|
||||
epkgs,
|
||||
pkgs,
|
||||
}:
|
||||
}: let
|
||||
ghgptel = (epkgs.callPackage epkgs.trivialBuild {
|
||||
pname = "gptel";
|
||||
version = "0.9.9.3";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "karthink";
|
||||
repo = "gptel";
|
||||
rev = "273c0f93958c1ffa85e396717b504903eda36bce"; # Use a specific commit hash for reproducibility
|
||||
sha256 = "sha256-gVgdFLi6RGUCD3ZXzOIo5XpTNmP/9xMAO5nyWu1zVlM=";
|
||||
};
|
||||
})
|
||||
orgTrivialBuild {
|
||||
pname = "azos-emacs-lauretta";
|
||||
version = "0.1.6";
|
||||
@@ -10,7 +20,7 @@ orgTrivialBuild {
|
||||
packageRequires = with epkgs; [
|
||||
pkgs.azos-emacs-base
|
||||
pkgs.azos-emacs-station
|
||||
gptel
|
||||
ghgptel
|
||||
(epkgs.callPackage epkgs.trivialBuild {
|
||||
pname = "gptel-autocomplete";
|
||||
version = "2025-06-18";
|
||||
@@ -21,7 +31,20 @@ orgTrivialBuild {
|
||||
sha256 = "sha256-gVgdFLi6RGUCD3ZXzOIo5XpTNmP/9lMAO5nyWu1zVlM=";
|
||||
};
|
||||
buildInputs = with epkgs; [
|
||||
gptel
|
||||
ghgptel
|
||||
];
|
||||
})
|
||||
(epkgs.callPackage epkgs.trivialBuild {
|
||||
pname = "gptel-agent";
|
||||
version = "0.0.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "karthink";
|
||||
repo = "gptel-agent";
|
||||
rev = "8ba9056da2341468192e6417d47cb50e26636e97"; # Use a specific commit hash for reproducibility
|
||||
sha256 = "sha256-M2J/K3UHoAbDWQjYPD8ZdL6uHBggvPh+ZvJ+xnbXJuo=";
|
||||
};
|
||||
buildInputs = with epkgs; [
|
||||
ghgptel
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user