made horizon use models from defiant
This commit is contained in:
parent
b7cfcfef7d
commit
b5d292f20e
1 changed files with 8 additions and 8 deletions
|
@ -42,43 +42,43 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
models = {
|
models = {
|
||||||
"Llama 3.1 8B" = {
|
"Llama 3.1 8B" = {
|
||||||
model = "lamma3.1:8b";
|
model = "llama3.1:8b";
|
||||||
roles = ["chat" "edit" "apply"];
|
roles = ["chat" "edit" "apply"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
"Deepseek Coder:6.7B" = {
|
"Deepseek Coder:6.7B" = {
|
||||||
model = "deepseek-coder:6.7b";
|
model = "deepseek-coder:6.7b";
|
||||||
roles = ["chat" "edit" "apply"];
|
roles = ["chat" "edit" "apply"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
"Deepseek Coder:33B" = {
|
"Deepseek Coder:33B" = {
|
||||||
model = "deepseek-coder:33b";
|
model = "deepseek-coder:33b";
|
||||||
roles = ["chat" "edit" "apply"];
|
roles = ["chat" "edit" "apply"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
|
|
||||||
"Deepseek r1:8B" = {
|
"Deepseek r1:8B" = {
|
||||||
model = "deepseek-r1:8b";
|
model = "deepseek-r1:8b";
|
||||||
roles = ["chat"];
|
roles = ["chat"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
|
|
||||||
"Deepseek r1:32B" = {
|
"Deepseek r1:32B" = {
|
||||||
model = "deepseek-r1:32b";
|
model = "deepseek-r1:32b";
|
||||||
roles = ["chat"];
|
roles = ["chat"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
|
|
||||||
"qwen2.5-coder:1.5b-base" = {
|
"qwen2.5-coder:1.5b-base" = {
|
||||||
model = "qwen2.5-coder:1.5b-base";
|
model = "qwen2.5-coder:1.5b-base";
|
||||||
roles = ["autocomplete"];
|
roles = ["autocomplete"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
|
|
||||||
"nomic-embed-text:latest" = {
|
"nomic-embed-text:latest" = {
|
||||||
model = "nomic-embed-text:latest";
|
model = "nomic-embed-text:latest";
|
||||||
roles = ["embed"];
|
roles = ["embed"];
|
||||||
apiBase = "http://twilight:11434";
|
apiBase = "http://defiant:11434";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue