From 72e95c1c25dd6b800f3f191ccfe2aa1e2d2d88e3 Mon Sep 17 00:00:00 2001 From: hypercross Date: Wed, 1 Oct 2025 18:23:59 +0800 Subject: [PATCH] fix: use codestral --- lua/plugins/avante.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lua/plugins/avante.lua b/lua/plugins/avante.lua index 0ff73a5..3e81631 100644 --- a/lua/plugins/avante.lua +++ b/lua/plugins/avante.lua @@ -140,19 +140,6 @@ return { dismiss = "", }, }, - 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, },