mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-23 08:25:19 +02:00
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:
parent
e752a04436
commit
f72d690956
1 changed files with 7 additions and 0 deletions
7
profiles/local.json
Normal file
7
profiles/local.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
|
||||
"name": "Ollama",
|
||||
|
||||
"model": "ollama/llama3.1"
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue