From 2387f025f93c42bf339e657d790b14b64897e45d Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Wed, 27 May 2026 11:37:17 +0200 Subject: [PATCH] add models --- models.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 models.json 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