From 04eaa32384499724cbd78e5288697028dff4729d Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 19 Feb 2025 18:08:41 +0800 Subject: [PATCH] fix(docs): max tokens (#1306) --- cursor-planning-mode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cursor-planning-mode.md b/cursor-planning-mode.md index f8f6f8a..2346ac4 100644 --- a/cursor-planning-mode.md +++ b/cursor-planning-mode.md @@ -32,6 +32,7 @@ Then enable it in avante.nvim: api_key_name = 'GROQ_API_KEY', endpoint = 'https://api.groq.com/openai/v1/', model = 'qwen-2.5-coder-32b', + max_tokens = 8192, -- remember to increase this value, otherwise it will stop generating halfway }, }, --- ... existing configurations