Skip to content

Latest commit

 

History

History

coze-js-web

Coze JS Web Demo

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/

Features

  • Chat interface with streaming responses
  • Voice interaction support
  • File upload capability
  • OAuth and Personal Access Token authentication

Getting Started

Prerequisites

See README.md for details.

Installation

  1. Clone the repository
  2. Modify dependencies: npm run run-preinstall
  3. Install dependencies: npm install
  4. Build the project: npm run build
  5. Start the development server: npm start
  6. Open the browser and navigate to http://localhost:3000