refactor: remove extra params for the providers

This commit is contained in:
Dinesh Salunke 2025-04-15 10:00:06 +05:30
parent 16fa48edd9
commit 9894ebf47f

View File

@ -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 = {