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, },