feat adding copilot

This commit is contained in:
Carlos
2025-05-11 11:29:47 -04:00
parent a60fcc611b
commit 3472e86e6a
2 changed files with 76 additions and 36 deletions

View File

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