forked from dineshsalunke/nvim-config
refactor: remove extra params for the providers
This commit is contained in:
parent
16fa48edd9
commit
9894ebf47f
@ -12,21 +12,13 @@ return {
|
||||
__inherited_from = "openai",
|
||||
endpoint = "https://agent-mql2w66kzgoopio7n6mt5n4x-h8fzy.ondigitalocean.app/api/v1/",
|
||||
api_key_name = "DO_GEN_AI_API_KEY",
|
||||
timeout = 80000,
|
||||
temperature = 5,
|
||||
model = "mistral-nemo",
|
||||
max_tokens = 4096,
|
||||
reasoning_effort = "high",
|
||||
},
|
||||
deepseek = {
|
||||
__inherited_from = "openai",
|
||||
endpoint = "https://agent-mql2w66kzgoopio7n6mt5n4x-h8fzy.ondigitalocean.app/api/v1/",
|
||||
api_key_name = "DO_GEN_AI_API_KEY",
|
||||
timeout = 80000,
|
||||
temperature = 5,
|
||||
model = "deepseek-r1-distill-llama-70b",
|
||||
max_tokens = 4096,
|
||||
reasoning_effort = "high",
|
||||
},
|
||||
},
|
||||
mappings = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user