nextcloud broke lmao

This commit is contained in:
mjallen18
2026-02-12 20:12:58 -06:00
parent 9a63c609fa
commit fd437ec528
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ let
# Download the latest version of the model # Download the latest version of the model
echo "Updating $MODEL_NAME from HuggingFace..." echo "Updating $MODEL_NAME from HuggingFace..."
${pkgs.python3Packages.huggingface-hub}/bin/huggingface-cli download \ ${pkgs.python3Packages.huggingface-hub}/bin/hf download \
"$REPO_ID" \ "$REPO_ID" \
"$MODEL_NAME" \ "$MODEL_NAME" \
--local-dir "$MODEL_DIR" --local-dir "$MODEL_DIR"

View File

@@ -17,7 +17,7 @@ in
reverseProxy = enabled; reverseProxy = enabled;
}; };
ai = { ai = {
enable = false; enable = true;
}; };
arrs = { arrs = {
enable = true; enable = true;