Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/extensions/huggingface/   (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": "huggingface",
  "enabledByDefault": true,
  "providers": ["huggingface"],
  "providerAuthEnvVars": {
    "huggingface": ["HUGGINGFACE_HUB_TOKEN", "HF_TOKEN"]
  },
  "providerAuthChoices": [
    {
      "provider": "huggingface",
      "method": "api-key",
      "choiceId": "huggingface-api-key",
      "choiceLabel": "Hugging Face API key",
      "choiceHint": "Inference API (HF token)",
      "groupId": "huggingface",
      "groupLabel": "Hugging Face",
      "groupHint": "Inference API (HF token)",
      "optionKey": "huggingfaceApiKey",
      "cliFlag": "--huggingface-api-key",
      "cliOption": "--huggingface-api-key <key>",
      "cliDescription": "Hugging Face API key (HF token)"
    }
  ],
  "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 Hugging Face model auto-discovery."
    },
    "discovery.enabled": {
      "label": "Enable Discovery",
      "help": "When false, OpenClaw keeps the Hugging Face plugin available but skips implicit startup discovery from ambient Hugging Face credentials."
    }
  }
}

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