Chat App is a real-time chat application powered by OpenAI's GPT-3 language model. It allows users to have interactive conversations with an AI assistant.
- Engage in real-time conversations with the AI assistant
- Seamless integration with OpenAI's GPT-3 language model
- Customizable prompts and parameters
- User-friendly interface built with React
- Clone the repository:
git clone https://github.com/jeromedawson/chat-app.git
- Navigate to the project directory:
cd chat-app
- Install the dependencies:
npm install
- Obtain an API key from OpenAI and replace the placeholder in
server.js
with your actual API key. - Start the server:
npm start
- Open the client-side application in your browser:
http://localhost:3000
Contributions are welcome! If you have any ideas, bug fixes, or improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy conversing with the AI-powered Chat App! Feel free to provide feedback and suggestions for further improvements.