Switch qwen to ornith
This commit is contained in:
parent
d74d4e3566
commit
3dd8a372e1
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
environment.variables = {
|
||||
OLLAMA_API_BASE = "http://127.0.0.1:11434";
|
||||
AIDER_MODEL = "ollama/qwen2.5-coder:32b";
|
||||
AIDER_MODEL = "ollama/ornith:35b";
|
||||
AIDER_AUTO_COMMITS = "false";
|
||||
AIDER_DARK_MODE = "true";
|
||||
};
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
environmentVariables = {
|
||||
HSA_OVERRIDE_GFX_VERSION = "10.3.0";
|
||||
};
|
||||
loadModels = [ "qwen3.5:14b" ];
|
||||
loadModels = [ "ornith:35b" ];
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue