Files
NeuroDock/MALAPITool
Zacharias a33a37ec0a
build / build (push) Has been cancelled
Updated OllamaFunctionTool.toString to reflect what the Ollama API actually wants
Added @NotNull annotation to OllamaFunctionTool.name and OllamaFunctionTool.parameters since the documentation reports as these being required

Made sure that OllamaFunctionTool.description is actually optional as the Ollama API docs define
2026-05-05 22:27:36 +02:00
..
2026-05-04 19:50:49 +02:00
2025-05-23 15:24:58 +02:00

MAL API wrapper

Important notes

Scope

This wrapper is not fully implemented, some endpoints are missing, as well as no user-specific endpoints are added.

Rate limits

I'm yet to enforce the rate limit, due to in there the Ollama backend won't be fast enough, but this is subject to change

API Key Required

You must provide your own API key

Store the key in ${DATE_DIR}/malapi.json using the following format:

{
    "client_id": "<client_id>",
    "client_secret": "<client_secret>"// This is for the moment not used but shuld till be added
}