From f72d690956be9d43fb29504452db1e6e49346fbb Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Wed, 5 Mar 2025 17:33:38 -0800 Subject: [PATCH] Create local.json Added a local.json file, since Ollama is unique, it is a local provider, which is not the case for any other provider. --- profiles/local.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/local.json diff --git a/profiles/local.json b/profiles/local.json new file mode 100644 index 0000000..fc02e29 --- /dev/null +++ b/profiles/local.json @@ -0,0 +1,7 @@ +{ + + "name": "Ollama", + + "model": "ollama/llama3.1" + +}