Add nvim dap, parrot

This commit is contained in:
don philipe
2026-03-20 10:40:42 +01:00
parent 434df00be3
commit 6033bd016e
5 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
-- return {
-- model = "llama3.2",
-- host = "jupiter",
-- port = "11434",
-- }
return {
model = "llama3.2",
host = "foo",
port = "11343",
model = "llama3.3",
host = "owu-zegv-api.med.tu-dresden.de",
port = "443",
https = true,
}