Add open-webui for ollama
This commit is contained in:
		| @@ -3,4 +3,14 @@ | |||||||
|     enable = true; |     enable = true; | ||||||
|     acceleration = "cuda"; |     acceleration = "cuda"; | ||||||
|   }; |   }; | ||||||
|  |   services.open-webui = { | ||||||
|  |     enable = true; | ||||||
|  |     environment = { | ||||||
|  |       DO_NOT_TRACK = "True"; | ||||||
|  |       SCARF_NO_ANALYTICS = "True"; | ||||||
|  |       OLLAMA_API_BASE_URL = "http://127.0.0.1:11434"; | ||||||
|  |       WEBUI_AUTH = "False"; | ||||||
|  |     }; | ||||||
|  |     port = 11444; | ||||||
|  |   }; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user