Chat GPT Buddy is an innovative Electron application designed to facilitate seamless, interactive communication with OpenAI's ChatGPT. It features an always-on-top window πΌοΈ, tabbed ChatGPT threads ποΈ, voice prompts ποΈ, and quick shortcuts for an enhanced user experience π‘.
- Always-on-Top Window: Ensures Chat GPT Buddy remains accessible and visible at all times π₯οΈ.
- Tabbed ChatGPT Threads: Manage multiple conversations with ChatGPT simultaneously π.
- Voice Prompts: Interact with ChatGPT using voice commands for a hands-free experience π£οΈ.
- Quick Shortcuts: Easily copy the last response from ChatGPT to the clipboard for quick reference βοΈ.
- Node.js (version 12 or later π’
- NPM (Node Package Manager) π¦
- Clone the repository
git clone https://github.com/yourusername/chat-gpt-buddy.git
cd chat-gpt-buddy- Install dependencies
npm install- Run the application
npm start