fix: use codestral

This commit is contained in:
hypercross 2025-10-01 18:23:59 +08:00
parent 4652adef66
commit 72e95c1c25
1 changed files with 0 additions and 13 deletions

View File

@ -140,19 +140,6 @@ return {
dismiss = "<M-BS>",
},
},
provider = "openai_fim_compatible",
provider_options = {
openai_fim_compatible = {
end_point = "https://dashscope.aliyuncs.com/compatible-mode/v1/completions",
api_key = "QWEN_API_KEY",
model = "qwen2.5-coder-32b-instruct",
name = "qwen2.5-coder-32b-instruct",
optional = {
max_tokens = 256,
top_p = 0.9,
},
},
},
})
end,
},