add models
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"providers": {
|
||||||
|
"ollama": {
|
||||||
|
"api": "openai-completions",
|
||||||
|
"apiKey": "ollama",
|
||||||
|
"baseUrl": "http://127.0.0.1:11434/v1",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"_launch": true,
|
||||||
|
"contextWindow": 131072,
|
||||||
|
"id": "gemma4:e4b",
|
||||||
|
"input": [
|
||||||
|
"text",
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"reasoning": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user