Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.48 KB


Have a conversation with ChatGPT. Casually 🔈 🤖 ⚡️

Website | Backend

Website screenshot

Features

  • 📣 Conversation with ChatGPT, with full context, in a neat UI.
  • ⚙️ Customizable voice and speech rate.

Voice and speech rate are configurable

Development

You can also set up this project locally to play with it, contribute to it or hack it to your heart's content. Simply clone it, install dependencies then start the dev server.

git clone https://github.com/sonngdev/chatgpt-voice.git
cd chatgpt-voice
npm install
npm run dev

A backend server accompanies this frontend client. See its README file for installation guide.