mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-08-22 23:51:03 +05:30
feat(avante): update depreciated options
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local opts = {
|
local opts = {
|
||||||
provider = "hyperbolic",
|
provider = "hyperbolic",
|
||||||
vendors = {
|
providers = {
|
||||||
deepseek = {
|
deepseek = {
|
||||||
__inherited_from = "openai",
|
__inherited_from = "openai",
|
||||||
api_key_name = "DEEPSEEK_API_KEY",
|
api_key_name = "DEEPSEEK_API_KEY",
|
||||||
@@ -13,7 +13,6 @@ local opts = {
|
|||||||
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
|
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
|
||||||
endpoint = "https://api.hyperbolic.xyz/v1",
|
endpoint = "https://api.hyperbolic.xyz/v1",
|
||||||
model = "deepseek-ai/DeepSeek-R1",
|
model = "deepseek-ai/DeepSeek-R1",
|
||||||
temperature = 0,
|
|
||||||
max_tokens = 4096,
|
max_tokens = 4096,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user