mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-31 02:33:11 +02:00
12 lines
208 B
Lua
12 lines
208 B
Lua
-- return {
|
|
-- model = "llama3.2",
|
|
-- host = "jupiter",
|
|
-- port = "11434",
|
|
-- }
|
|
return {
|
|
model = "llama3.3",
|
|
host = "owu-zegv-api.med.tu-dresden.de",
|
|
port = "443",
|
|
https = true,
|
|
}
|