From 698b646bedddc2ac97ef44baf8ef2d53fb388fee Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Sat, 12 Apr 2025 22:09:27 -0400 Subject: [PATCH] Put max tokens back in --- 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 823c8005..b6b423a8 100644 --- a/lua/custom/plugins/avant.lua +++ b/lua/custom/plugins/avant.lua @@ -10,7 +10,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`