This commit is contained in:
DeveloperDurp 2025-04-05 07:00:35 -05:00
parent 1cc52f75cc
commit 9021f98dc7
8 changed files with 13 additions and 14 deletions

View file

@ -1,12 +1,8 @@
{
"extras": [
"lazyvim.plugins.extras.lang.ansible",
"lazyvim.plugins.extras.lang.docker",
"lazyvim.plugins.extras.lang.go",
"lazyvim.plugins.extras.lang.helm",
"lazyvim.plugins.extras.lang.json",
"lazyvim.plugins.extras.lang.markdown",
"lazyvim.plugins.extras.lang.terraform"
"lazyvim.plugins.extras.lang.markdown"
],
"install_version": 7,
"news": {

View file

@ -1,5 +1,5 @@
local OLLAMA_TOKEN = os.getenv("OLLAMA_TOKEN")
local LITELLM_TOKEN = os.getenv("LITELLM_TOKEN")
local OPENAI_TOKEN = os.getenv("OPENAI_TOKEN")
return {
{
"olimorris/codecompanion.nvim",
@ -25,9 +25,8 @@ return {
default = "gpt-4o-mini",
},
},
url = "https://litellm.durp.info",
env = {
api_key = LITELLM_TOKEN,
api_key = OPENAI_TOKEN,
},
})
end,