Files
openclaw/extensions/qianfan/openclaw.plugin.json
小白 353f97bf10 清理仓库:删除 Git 历史和 PNG 图片
- 删除 .git 目录(历史记录)
- 删除 80 张 PNG 图片
- 保留核心代码、文档、扩展
- 大小从 141M 减少到 90M
2026-03-16 17:34:47 +08:00

28 lines
648 B
JSON

{
"id": "qianfan",
"providers": ["qianfan"],
"providerAuthEnvVars": {
"qianfan": ["QIANFAN_API_KEY"]
},
"providerAuthChoices": [
{
"provider": "qianfan",
"method": "api-key",
"choiceId": "qianfan-api-key",
"choiceLabel": "Qianfan API key",
"groupId": "qianfan",
"groupLabel": "Qianfan",
"groupHint": "API key",
"optionKey": "qianfanApiKey",
"cliFlag": "--qianfan-api-key",
"cliOption": "--qianfan-api-key <key>",
"cliDescription": "QIANFAN API key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}