Compare commits
No commits in common. "705554dd16794f84b702f41cbb2e340417c08522" and "85e766a571a1cb430ab0510588f1dbbf7d89434a" have entirely different histories.
705554dd16
...
85e766a571
1 changed files with 3 additions and 4 deletions
|
@ -14,9 +14,6 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use remote hosted on defiant
|
|
||||||
# TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use use better models hosted on defiant
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
bash.shellAliases = {
|
bash.shellAliases = {
|
||||||
code = "codium";
|
code = "codium";
|
||||||
|
@ -60,7 +57,9 @@ in {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mkIf osConfig.services.ollama.enable {
|
(lib.mkIf osConfig.services.ollama.enable {
|
||||||
"continue.telemetryEnabled" = false;
|
"twinny.fileContextEnabled" = true;
|
||||||
|
"twinny.enableLogging" = false;
|
||||||
|
"twinny.completionCacheEnabled" = true;
|
||||||
|
|
||||||
# builtins.elemAt osConfig.services.ollama.loadModels 0;
|
# builtins.elemAt osConfig.services.ollama.loadModels 0;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue