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.
This commit is contained in:
Sweaterdog 2025-03-05 17:33:38 -08:00 committed by GitHub
parent e752a04436
commit f72d690956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
profiles/local.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Ollama",
"model": "ollama/llama3.1"
}