Skip to content

Commit

Permalink
feat: Update Ollama model to dolphin-llama3
Browse files Browse the repository at this point in the history
- Replace "phi3" with "dolphin-llama3" in the Ollama service configuration
  • Loading branch information
G-structure committed Oct 16, 2024
1 parent 6df478c commit 289d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" = {
Expand Down

0 comments on commit 289d16c

Please sign in to comment.