feat: cleaned up ai tooling
This commit is contained in:
parent
4eb36ddfc7
commit
0ca99c1835
19 changed files with 48 additions and 4668 deletions
|
|
@ -33,7 +33,15 @@
|
|||
openrgb.enable = hardware.openRGB.enable;
|
||||
via.enable = hardware.viaKeyboard.enable;
|
||||
claude-code.enable = true;
|
||||
opencode.enable = true;
|
||||
opencode = {
|
||||
enable = true;
|
||||
settings.provider.defiant = {
|
||||
npm = "@ai-sdk/openai-compatible";
|
||||
name = "Ollama (defiant)";
|
||||
options.baseURL = "http://defiant:11434/v1";
|
||||
models."gpt-oss:120b".name = "GPT-OSS 120B";
|
||||
};
|
||||
};
|
||||
davinci-resolve.enable = hardware.graphicsAcceleration.enable;
|
||||
mfoc.enable = true;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue