feat: adding all the services logic on database

This commit is contained in:
Carlos
2025-04-12 12:52:26 -04:00
parent f561b16806
commit 5c4be23141
2 changed files with 39 additions and 10 deletions

View File

@@ -9,9 +9,9 @@ return {
vendors = {
cargdev = {
name = "cargdev", -- Optional
endpoint = "http://api.ai.cargdev.io/api/generate",
endpoint = "https://api-ai.cargdev.io/api/generate",
api_key_name = "CARGDEV_API_KEY", -- reference the ENV VAR below
model = "deepseek-r1:latest",
model = "deepseek-coder:6.7b",
__inherited_from = "ollama", -- ensures compatibility
max_tokens = 8192,
},