mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
change ollama host and port
This commit is contained in:
@ -44,6 +44,9 @@
|
|||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
|
openFirewall = true;
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 11434;
|
||||||
};
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
local opts = {
|
local opts = {
|
||||||
model = "deepseek-coder:6.7b",
|
model = "deepseek-coder-v2:latest",
|
||||||
display_mode = "float",
|
host = "100.64.0.5",
|
||||||
|
port = "11434",
|
||||||
|
display_mode = "split",
|
||||||
show_prompt = true,
|
show_prompt = true,
|
||||||
show_model = true,
|
show_model = true,
|
||||||
no_auto_close = false,
|
no_auto_close = false,
|
||||||
|
Reference in New Issue
Block a user