Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 874 Bytes

Streaming Wizard

Warning

You should never expose your API_KEY on any frontend or user-facing client.

A quick example of using the Voiceflow runtime streaming API.

DEMO

Docs:

Installation

Clone this repository and install the dependencies (yarn install)

Usage

Create a .env file containing the following information (fill out PROJECT_ID and API_KEY): For your development env, whenever you make changes to the project, be sure click "Run" first to ensure it is in the latest state.

RUNTIME_ENDPOINT="https://general-runtime.voiceflow.com"
PROJECT_ID=
API_KEY=
ENVIRONMENT=development

Start up the project using yarn dev