colemanja91 / chatgpt-roleplay-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Roleplay UI

Front-end for the API created in https://github.com/colemanja91/chatgpt-roleplay

Built with Joy UI. Uses react-speech-recognition to power speech-to-text for chat interactions (currently only on Chrome).

Running

Install dependencies:

npm install

Run app on http://localhost:3001 (ensure the backend is running first)

npm start

Using TTS

OK, running React projects that reference local system files is terrible. If you want to use TTS mp3 files generated by the backend, you must symlink the output directory to the public directory of this repo. (This has to be, like, the one case in the world where it's actually easier to run something in production - just throw them on S3!)

ln -s /path-to-backend-tts-output/ ./public/shared_data

TODO

About


Languages

Language:JavaScript 93.5%Language:HTML 4.2%Language:CSS 2.3%