Skip to content

fanolabs/chatui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install the required packages
npm install
To start the server with SSL
npm run start:https
To start the server with production ready files
npm run start:prod

Make sure there exists a .env file with the following content

ACCOBOT_ENDPOINT=<ACCOBOT_ENDPOINRT>
ACCOBOT_CORP_ID=<ACCOBOT_CORP_ID>
ACCOBOT_AUTH_KEY=<ACCOBOT_AUTH_KEY>
ACCOBOT_USER_ID=<ACCOBOT_USER_ID>
SPEECH_ENDPOINT=<SPEECH_ENDPOINT>
INPUT_LANGUAGE=<cantonese|mandarin|english-usa>
OUTPUT_LANGUAGE=<cantonese|mandarin|english-usa>

Then the ChatUI can be accessed at https://0.0.0.0:3001/chatui

About

A simple UI to play with the backends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published