Compare commits

..

No commits in common. "5c7e9b67b52116275f40b1e6e10672df529200cb" and "97f38fd16e4dbc8aa1e122327e5659cdb8b2e4f1" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ let
in
{
environment = {
systemPackages = [ ollamaPkg pkgs.aichat ];
systemPackages = [ ollamaPkg ];
variables = {
OLLAMA_ORIGINS = "*";
};
@ -65,7 +65,7 @@ in
];
environment = {
OLLAMA_BASE_URL = "https://${backendDomain}";
OLLAMA_API_BASE_URL = "https://${backendDomain}/api";
};
extraOptions = [

View File

@ -55,7 +55,6 @@ in
shellcheck
shfmt
gopls
aichat
# ] ++ pythonPkgs ++ nodePkgs;
] ++ nodePkgs;
sessionVariables = {