coqui-toolkit-ollama

carmelosantana/coqui-toolkit-ollama

Ollama model management toolkit for Coqui — list, pull, delete, create, and search models via the Ollama REST API

apillmmodel-managementollama
0 downloads 0 stars

Required Credentials

0

OLLAMA_HOST

Package Info

{
  "gated": {
    "ollama": [
      "delete",
      "create"
    ]
  },
  "toolkits": [
    "CarmeloSantana\\CoquiToolkitOllama\\OllamaToolkit"
  ],
  "credentials": {
    "OLLAMA_HOST": {
      "optional": true,
      "description": "Ollama server URL — defaults to http://localhost:11434 if not set"
    }
  },
  "description": "Ollama model management — list, pull, delete, create, copy, search, and monitor local LLM models"
}