English | 简体中文
A React-based web demo showcasing the capabilities of the Coze API, including chat and voice interactions.
Preview: https://coze-js-web-example.surge.sh/
- Chat interface with streaming responses
- Voice interaction support
- File upload capability
- OAuth and Personal Access Token authentication
See README.md for details.
- Clone the repository
- Modify dependencies:
npm run run-preinstall
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the development server:
npm start
- Open the browser and navigate to
http://localhost:3000