chore: Update adr alias and codecompanion configuration

This commit is contained in:
mitchell 2025-05-29 17:27:27 -04:00
parent 256a64d8cf
commit 0df65efe7c
4 changed files with 10 additions and 16 deletions

View file

@ -14,7 +14,7 @@ local adapter_configs = {
type = "ollama",
env = { url = "http://192.168.1.165:11434" },
parameters = { sync = true },
schema = { num_ctx = { default = 8192 } },
schema = { num_ctx = { default = 40960 } },
},
gemini_pro = {
type = "gemini",