feature/fwupd #195

Merged
ahuston-0 merged 2 commits from feature/fwupd into main 2026-03-23 22:20:21 -04:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 7034b651f8 - Show all commits

View File

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

View File

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