chore: add OpenWebUI entry and update LLM URLs
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -107,6 +107,13 @@
|
||||
href = "https://music.darksailor.dev";
|
||||
};
|
||||
}
|
||||
{
|
||||
"OpenwebUI" = {
|
||||
icon = "openwebui.png";
|
||||
description = "OpenwebUI: Self-hosted AI chat interface";
|
||||
href = "https://chat.darksailor.dev";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
ANONYMIZED_TELEMETRY = "False";
|
||||
WEBUI_AUTH = "False";
|
||||
ENABLE_LOGIN_FORM = "False";
|
||||
WEBUI_URL = "https://llama.darksailor.dev";
|
||||
OLLAMA_API_BASE_URL = "https://ollama.darksailor.dev";
|
||||
WEBUI_URL = "https://chat.darksailor.dev";
|
||||
OLLAMA_BASE_URL = "https://ollama.darksailor.dev";
|
||||
};
|
||||
environmentFile = "${config.sops.templates."LLAMA_API_KEY.env".path}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user