add fim 4b + 9b

This commit is contained in:
2026-05-01 21:42:50 -04:00
parent 09fdff4908
commit 1283b7cdef
2 changed files with 50 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
local llm_endpoint = "https://llm-api.va.reichard.io"
local llm_assistant_model = "qwen3.5-27b-thinking"
local llm_infill_model = llm_assistant_model
local current_fim = "copilot"
local llm_assistant_model = "vllm-qwen3.6-27b-tools-text "
local llm_infill_model = "qwen3.5-4b-thinking"
local current_fim = "llama"
-- Copilot Configuration
vim.g.copilot_no_tab_map = true