feat(avante): update depreciated options

This commit is contained in:
tux
2025-07-10 08:43:37 +05:30
parent 4f6726a7b3
commit 47680ce467

View File

@@ -1,6 +1,6 @@
local opts = {
provider = "hyperbolic",
vendors = {
providers = {
deepseek = {
__inherited_from = "openai",
api_key_name = "DEEPSEEK_API_KEY",
@@ -13,7 +13,6 @@ local opts = {
api_key_name = "cmd:cat /run/secrets/hyperbolic_api_key",
endpoint = "https://api.hyperbolic.xyz/v1",
model = "deepseek-ai/DeepSeek-R1",
temperature = 0,
max_tokens = 4096,
},
},