adding changes

This commit is contained in:
Carlos
2025-05-29 11:37:50 -04:00
parent 8d2824b0a4
commit 8f186686d4
4 changed files with 58 additions and 4 deletions

View File

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