update
This commit is contained in:
parent
1cc52f75cc
commit
9021f98dc7
8 changed files with 13 additions and 14 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue