Compare commits
2 commits
85e766a571
...
705554dd16
Author | SHA1 | Date | |
---|---|---|---|
705554dd16 | |||
f3431e3028 |
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,9 @@ 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 = {
|
||||
bash.shellAliases = {
|
||||
code = "codium";
|
||||
|
@ -57,9 +60,7 @@ in {
|
|||
};
|
||||
})
|
||||
(lib.mkIf osConfig.services.ollama.enable {
|
||||
"twinny.fileContextEnabled" = true;
|
||||
"twinny.enableLogging" = false;
|
||||
"twinny.completionCacheEnabled" = true;
|
||||
"continue.telemetryEnabled" = false;
|
||||
|
||||
# builtins.elemAt osConfig.services.ollama.loadModels 0;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue