mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
6 lines
73 B
Lua
6 lines
73 B
Lua
|
|
return {
|
||
|
|
model = "llama3.2",
|
||
|
|
host = "foo",
|
||
|
|
port = "11343",
|
||
|
|
}
|