set world seed, add new models
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 41s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m13s

This commit is contained in:
2026-03-23 22:03:31 -04:00
parent 9c5aaca961
commit 7034b651f8
2 changed files with 6 additions and 1 deletions

View File

@@ -93,10 +93,11 @@ in
CF_FILENAME_MATCHER = "1.11.2";
USE_AIKAR_FLAGS = "false";
USE_MEOWICE_FLAGS = "true";
DIFFICULTY = "hard";
DIFFICULTY = "peaceful";
ENABLE_COMMAND_BLOCK = "true";
INIT_MEMORY = "4G";
MAX_MEMORY = "16G";
SEED = "-7146406535839057559";
};
extraOptions = defaultOptions;
log-driver = "local";

View File

@@ -24,6 +24,10 @@ in
"nomic-embed-text:latest"
"llama3.3:8b"
"mistral:7b"
"deepseek-v3.2:cloud"
"minimax-m2.7:cloud"
"lfm2:24b"
"glm-4.7-flash"
];
models = vars.primary_ollama;
environmentVariables = {