diff --git a/modules/home/programs/terminal/nvim/config/lua/llm-config.lua b/modules/home/programs/terminal/nvim/config/lua/llm-config.lua index 03f617c..f56f126 100755 --- a/modules/home/programs/terminal/nvim/config/lua/llm-config.lua +++ b/modules/home/programs/terminal/nvim/config/lua/llm-config.lua @@ -1,8 +1,7 @@ local llm_endpoint = "https://llm-api.va.reichard.io" local llm_assistant_model = "qwen3-coder-next-80b-instruct" local llm_infill_model = llm_assistant_model - -local current_fim = "copilot" -- change this to switch default +local current_fim = "copilot" -- Copilot Configuration vim.g.copilot_no_tab_map = true @@ -58,13 +57,9 @@ codecompanion.setup({ }) end, }, - acp = { - opts = { show_defaults = false }, - opencode = "opencode", - } }, strategies = { - chat = { adapter = "opencode" }, + chat = { adapter = "llamaswap" }, inline = { adapter = "llamaswap" }, cmd = { adapter = "llamaswap" }, },