-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
27 lines (27 loc) · 810 Bytes
/
openclaw.plugin.json
File metadata and controls
27 lines (27 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"id": "@encircleacity2/byteplus-modelark",
"providers": ["byteplus-modelark", "byteplus-modelark-plan"],
"providerAuthEnvVars": {
"byteplus-modelark": ["BYTEPLUS_API_KEY"]
},
"providerAuthChoices": [
{
"provider": "byteplus-modelark",
"method": "api-key",
"choiceId": "byteplus-modelark-api-key",
"choiceLabel": "BytePlus ModelArk API key",
"groupId": "byteplus-modelark",
"groupLabel": "BytePlus ModelArk",
"groupHint": "API key",
"optionKey": "byteplusModelarkApiKey",
"cliFlag": "--byteplus-modelark-api-key",
"cliOption": "--byteplus-modelark-api-key <key>",
"cliDescription": "BytePlus ModelArk API key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}