mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"id": "huggingface",
|
|
"providers": ["huggingface"],
|
|
"providerAuthEnvVars": {
|
|
"huggingface": ["HUGGINGFACE_HUB_TOKEN", "HF_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|