Files
dotfiles/.config/nvim/lua/config/gen-private.lua

12 lines
208 B
Lua
Raw Normal View History

2026-03-20 10:40:42 +01:00
-- return {
-- model = "llama3.2",
-- host = "jupiter",
-- port = "11434",
-- }
2025-02-05 12:34:13 +01:00
return {
2026-03-20 10:40:42 +01:00
model = "llama3.3",
host = "owu-zegv-api.med.tu-dresden.de",
port = "443",
https = true,
2025-02-05 12:34:13 +01:00
}