UNPKG

coze-plugin-utils

Version:

Comprehensive utility library for Coze plugins with multimedia processing, browser automation, cloud storage integration, and AI-powered video/audio generation capabilities

8 lines (6 loc) 219 B
// 一些第三方工具 export * as oss from './aliyun.oss'; export * as vidu from './vidu'; export * as browser from './browser'; export * as azure from './azure.speech'; export * as minimax from './minimax.speech';