From 3da03f28cec458daf298b99b8f624afe16356a6b Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Wed, 9 Apr 2025 10:30:14 -0500 Subject: [PATCH] Comment out max tokens --- lua/custom/plugins/avant.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/avant.lua b/lua/custom/plugins/avant.lua index 73520259..2136aa91 100644 --- a/lua/custom/plugins/avant.lua +++ b/lua/custom/plugins/avant.lua @@ -11,7 +11,7 @@ return { endpoint = 'https://api.anthropic.com', model = 'claude-3-5-sonnet-20241022', temperature = 0, - max_tokens = 4096, + -- max_tokens = 4096, }, }, -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`