sets max_tokens avante.nvim/README.md (#432)

Otherwise an error message is returned on a request that the max_tokens must be in the range of `[1, 8192]`. Apparently this property has been raised over this limit in the openai config, which this setup inherits from.
This commit is contained in:
Adam Tajti 2025-04-09 12:14:59 +02:00 committed by GitHub
parent ce2965af0f
commit 51b757c347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ return {
api_key_name = "DEEPSEEK_API_KEY",
endpoint = "https://api.deepseek.com",
model = "deepseek-coder",
max_tokens = 8192,
},
},
},