fix(docs): max tokens (#1306)

This commit is contained in:
yetone
2025-02-19 18:08:41 +08:00
committed by GitHub
parent 97b938b47b
commit 04eaa32384

View File

@@ -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