feat: Added ryu hosted models to aichat

This commit is contained in:
uttarayan21
2025-07-30 01:43:08 +05:30
parent c655cb26f1
commit 3c4626afe7
3 changed files with 32 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
ollama = {
enable = true;
host = "127.0.0.1";
loadModels = ["deepseek-r1:7b" "deepseek-r1:14b"];
loadModels = ["deepseek-r1:7b" "deepseek-r1:14b" "qwen3:8b" "qwen3:14b"];
port = 11434;
acceleration = "cuda";
environmentVariables = {
@@ -17,7 +17,7 @@
};
};
open-webui = {
enable = true;
enable = false;
environment = {
OLLAMA_BASE_URL = "http://127.0.0.1:11434";
WEBUI_AUTH = "False";