mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:44:31 +00:00
feat(volcengine): integrate Volcengine & Byteplus Provider
This commit is contained in:
committed by
Peter Steinberger
parent
95c14d9b5f
commit
559736a5a0
@@ -21,6 +21,8 @@ type OnboardProviderAuthOptionKey = keyof Pick<
|
||||
| "xaiApiKey"
|
||||
| "litellmApiKey"
|
||||
| "qianfanApiKey"
|
||||
| "volcengineApiKey"
|
||||
| "byteplusApiKey"
|
||||
>;
|
||||
|
||||
export type OnboardProviderAuthFlag = {
|
||||
@@ -166,4 +168,18 @@ export const ONBOARD_PROVIDER_AUTH_FLAGS: ReadonlyArray<OnboardProviderAuthFlag>
|
||||
cliOption: "--qianfan-api-key <key>",
|
||||
description: "QIANFAN API key",
|
||||
},
|
||||
{
|
||||
optionKey: "volcengineApiKey",
|
||||
authChoice: "volcengine-api-key",
|
||||
cliFlag: "--volcengine-api-key",
|
||||
cliOption: "--volcengine-api-key <key>",
|
||||
description: "Volcano Engine API key",
|
||||
},
|
||||
{
|
||||
optionKey: "byteplusApiKey",
|
||||
authChoice: "byteplus-api-key",
|
||||
cliFlag: "--byteplus-api-key",
|
||||
cliOption: "--byteplus-api-key <key>",
|
||||
description: "BytePlus API key",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user