Files

21 lines
393 B
JSON
Raw Permalink Normal View History

2026-05-27 11:37:17 +02:00
{
"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
}
]
}
}
}