mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 13:00:48 +00:00
29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"id": "huggingface",
|
|
"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": {}
|
|
}
|
|
}
|