이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

Web

This document primarily introduces How to quickly run through the AIConversationKit Demo project and experience high-quality conversational AI project. Follow this documentation, and you can run through the Demo within 20 minutes and eventually experience a conversational AI project with a complete UI interface.
AI Conversational Interface


Configuration Demo

First, go to console to create an application, and then activate the corresponding service.


Run through the Demo

1. Copy and paste the code to your local system.

2. When running server-side code, first install the related dependencies and replace the corresponding secretId and secretKey.
npm i express tencentcloud-sdk-nodejs-trtc
3. Run the frontend code.
4. Start your conversational AI project.