diff --git a/models.json b/models.json new file mode 100644 index 0000000..972444a --- /dev/null +++ b/models.json @@ -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 + } + ] + } + } +} \ No newline at end of file