remove 无用配置项 apiKey

此配置以由(Web)项目交互校验中处理
详见 Toonflow-web/commit/f9093fe
This commit is contained in:
LoAcer 2026-04-18 16:46:53 +08:00 committed by GitHub
parent b938d6b475
commit df3c93a9a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ const vendor: VendorConfig = {
{ key: "secretKey", label: "Secret Key", type: "password", required: true, placeholder: "请输入可灵AI的Secret Key" },
{ key: "baseUrl", label: "请求地址", type: "url", required: true, placeholder: "默认https://api-beijing.klingai.com" },
],
inputValues: { accessKey: "", secretKey: "", apiKey: "可灵接口采用AK+SK模式", baseUrl: "https://api-beijing.klingai.com" },
inputValues: { accessKey: "", secretKey: "", baseUrl: "https://api-beijing.klingai.com" },
models: [
// kling-video-o1 (Omni)
{