New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apaas-ai/aily-cui-sdk

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apaas-ai/aily-cui-sdk

aily-cui-sdk 对外接入包

1.8.0
latest
npm
Version published
Weekly downloads
10
66.67%
Maintainers
0
Weekly downloads
 
Created
Source

Aily-CUI-SDK

Aily CUI SDK 工具是飞书 Aily 团队推出的 CUI 产品,旨在让你快速搭建一个 AI 应用,然后在你现有系统中快速接入自己搭建的 AI 能力。

具体用法

  • 安装 npm 包 npm install @apaas-ai/aily-cui-sdk

  • 在你的代码中接入

import { initChatPanel } from '@apaas-ai/aily-cui-sdk'

const container = document.querySelector('.container');
initChatPanel(container, { ...具体参数 });

详细参数文档

https://bytedance.larkoffice.com/wiki/KCGywPdjDi412ukFS8Hc9fdan6j

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts