21 lines
393 B
JSON
21 lines
393 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |