change disks paths
This commit is contained in:
parent
4050b28ee3
commit
e187cecb79
12 changed files with 24 additions and 23 deletions
|
|
@ -5,7 +5,7 @@
|
|||
host = "127.0.0.1";
|
||||
port = 11434;
|
||||
user = "ollama";
|
||||
home = "/mnt/data/ollama";
|
||||
home = "/mnt/data/apps/ollama";
|
||||
loadModels = [
|
||||
"gemma3n:e4b" # "gemma3n:e2b"
|
||||
"qwen3-coder-next:cloud" # "codellama:7b" "starcoder:3b"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
open-webui = {
|
||||
enable = true;
|
||||
port = 8080;
|
||||
environmentFile = "/mnt/data/ollama/.env";
|
||||
environmentFile = "/mnt/data/apps/ollama/.env";
|
||||
environment = {
|
||||
OLLAMA_BASE_URL = "http://localhost:11434";
|
||||
# WEBUI_AUTH = "False";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue