Welcome to AychGPT. This repository houses the code for a web application that leverages the OpenAI GPT-3 API to create a chatbot similar to ChatGPT. Users can interact with the AI by entering prompts, and the model will generate responses based on the input.
-
Chat Interface: The site provides a user-friendly chat interface where users can input prompts and receive AI-generated responses.
-
OpenAI GPT-3 Integration: The core functionality of the chatbot is powered by the OpenAI GPT-3 language model. The integration allows for dynamic and context-aware responses.
-
Customization: Developers can explore and customize the parameters used for interacting with the GPT-3 API, tailoring the experience to their specific needs.
To use AychGPT , follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/your-username/AychGPT.git
- Navigate to the project directory:
cd AychGPT - Install the project dependencies:
npm install
- To run the website locally, use the following command:
npm run dev