Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/extensions/ollama/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 1 kB image not shown  

Quelle  openclaw.plugin.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "id": "ollama",
  "enabledByDefault": true,
  "providers": ["ollama"],
  "providerDiscoveryEntry": "./provider-discovery.ts",
  "syntheticAuthRefs": ["ollama"],
  "nonSecretAuthMarkers": ["ollama-local"],
  "providerAuthEnvVars": {
    "ollama": ["OLLAMA_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "ollama",
      "method": "local",
      "choiceId": "ollama",
      "choiceLabel": "Ollama",
      "choiceHint": "Cloud and local open models",
      "groupId": "ollama",
      "groupLabel": "Ollama",
      "groupHint": "Cloud and local open models"
    }
  ],
  "contracts": {
    "memoryEmbeddingProviders": ["ollama"],
    "webSearchProviders": ["ollama"]
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "discovery": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "enabled": { "type": "boolean" }
        }
      }
    }
  },
  "uiHints": {
    "discovery": {
      "label": "Model Discovery",
      "help": "Plugin-owned controls for Ollama model auto-discovery."
    },
    "discovery.enabled": {
      "label": "Enable Discovery",
      "help": "When false, OpenClaw keeps the Ollama plugin available but skips implicit startup discovery of ambient local or remote Ollama models."
    }
  }
}

[Dauer der Verarbeitung: 0.4 Sekunden, vorverarbeitet 2026-04-27]