installed claudeDev
This commit is contained in:
parent
bf07bbdb1b
commit
19bd67afe5
4 changed files with 34 additions and 6 deletions
|
@ -66,12 +66,8 @@ in {
|
|||
# go development
|
||||
go.enable = true;
|
||||
|
||||
# ai tooling
|
||||
aiCode = {
|
||||
enable = ai-tooling-enabled;
|
||||
ollamaHost = "http://defiant:11434";
|
||||
inlineCompletion.model = "qwen3:4b";
|
||||
};
|
||||
# claude development
|
||||
claudeDev.enable = ai-tooling-enabled;
|
||||
|
||||
# misc extensions
|
||||
evenBetterToml.enable = true;
|
||||
|
|
|
@ -218,6 +218,10 @@
|
|||
|
||||
acceleration = false;
|
||||
|
||||
environmentVariables = {
|
||||
OLLAMA_KEEP_ALIVE = "24h";
|
||||
};
|
||||
|
||||
loadModels = [
|
||||
# conversation models
|
||||
"llama3.1:8b"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue