ChatGPT Code solution

ChatGPT Code Solution is a conversational interface that provides solutions for code-related queries. The project utilizes OpenAI's API to understand natural language inputs and provide relevant solutions to the users.

The project is built using the following technologies:

  1. VueJS as the front-end framework
  2. Express as middleware
  3. NodeJS as the runtime environment
  4. Cors (Cross-Origin Resource Sharing) to handle cross-origin requests
  5. Env to handle environment variables

Installation

  1. Clone the repository: git clone https://github.com/deek121477/ChatGPT-Code-solution
  2. Navigate to the project directory: cd ChatGPT Code solution
  3. Install the dependencies: npm install
  4. Create a .env file in the root directory and add your OpenAI API key.
  5. Start the development server: npm run serve

Acknowledgments

  1. OpenAI for providing the powerful API used in the project
  2. The VueJS community for creating and maintaining the front-end framework.