mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
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:
parent
dac0cbb5f2
commit
de004a3cdf
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user