From 4240ace17a66a973c7ed201a5421575061281f10 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 3 Jul 2025 01:14:35 -0700 Subject: [PATCH] use correct ds doc syntax --- lua/plugins/avante_202507.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/avante_202507.lua b/lua/plugins/avante_202507.lua index c78f937..4f2412d 100644 --- a/lua/plugins/avante_202507.lua +++ b/lua/plugins/avante_202507.lua @@ -23,7 +23,7 @@ return { __inherited_from = "openai", api_key_name = "DEEPSEEK_API_KEY", endpoint = "https://api.deepseek.com", - model = "deepseek-coder", + model = "deepseek-chat", disable_tools = false, }, },