mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
13 lines
220 B
Lua
13 lines
220 B
Lua
local opts = {
|
|
model = "deepseek-coder-v2:latest",
|
|
host = "100.64.0.5",
|
|
port = "11434",
|
|
display_mode = "split",
|
|
show_prompt = true,
|
|
show_model = true,
|
|
no_auto_close = false,
|
|
debug = false,
|
|
}
|
|
|
|
return opts
|