Remove ollama AI preset (#1068)

I added this as an example, but it fails if the user doesn't have ollama
and/or llama:3.1 so I'm removing it
This commit is contained in:
Evan Simkowitz 2024-10-18 12:33:08 -07:00 committed by GitHub
parent dac0cbb5f2
commit de004a3cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,12 +107,5 @@
"ai:model": "gpt-4o-mini",
"ai:maxtokens": 2048,
"ai:timeoutms": 60000
},
"ai@ollama-llama3.1": {
"display:name": "ollama - llama3.1",
"display:order": 0,
"ai:*": true,
"ai:baseurl": "http://localhost:11434/v1",
"ai:model": "llama3.1:latest"
}
}