From 289d16c9c1903edb8097f73e355afbfc2f032f47 Mon Sep 17 00:00:00 2001 From: luc Date: Tue, 15 Oct 2024 14:28:42 -0400 Subject: [PATCH] feat: Update Ollama model to dolphin-llama3 - Replace "phi3" with "dolphin-llama3" in the Ollama service configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ae86be5..611c073 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,7 @@ # models manually in the UI. # # Search for the models here: https://ollama.com/library - models = [ "phi3" ]; + models = [ "dolphin-llama3" ]; }; postgres."pg" = {