remove 无用配置项 apiKey
此配置以由(Web)项目交互校验中处理 详见 Toonflow-web/commit/f9093fe
This commit is contained in:
parent
b938d6b475
commit
df3c93a9a9
2
data/vendor/klingai.ts
vendored
2
data/vendor/klingai.ts
vendored
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user