From 0a77899135edac6ade5040542a43d61cd3e4b894 Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Tue, 20 May 2025 18:33:22 -0700 Subject: [PATCH] Create andy-4.json Added an `andy-4` profile, this is the non-reasoning one. --- profiles/andy-4.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/andy-4.json diff --git a/profiles/andy-4.json b/profiles/andy-4.json new file mode 100644 index 0000000..4fbaf05 --- /dev/null +++ b/profiles/andy-4.json @@ -0,0 +1,7 @@ +{ + "name": "andy-4", + + "model": "ollama/sweaterdog/andy-4", + + "embedding": "ollama" +}