mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-16 00:29:13 -04:00
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:
parent
ce2965af0f
commit
51b757c347
@ -32,6 +32,7 @@ return {
|
|||||||
api_key_name = "DEEPSEEK_API_KEY",
|
api_key_name = "DEEPSEEK_API_KEY",
|
||||||
endpoint = "https://api.deepseek.com",
|
endpoint = "https://api.deepseek.com",
|
||||||
model = "deepseek-coder",
|
model = "deepseek-coder",
|
||||||
|
max_tokens = 8192,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user