This project is a clone of a chat application powered by ChatGPT, which is based on OpenAI's GPT architecture. It allows users to engage in conversations with an AI model capable of generating human-like responses based on the input it receives. The project is built using Nuxt 3 and integrates various plugins to enhance its functionality and appearance.
- Node.js
- Nuxt 3
- Vue.js
- Pinia
- nuxt-icon
- Tailwind CSS
- vue-router
- nuxt-chatgpt
- nuxt3-notifications
- OpenAI API key (for using OpenAI functionality)
git clone https://github.com/your/repository.git
cd project-directory
npm install
OPENAI_API_KEY=your-openai-api-key
The ChatGPT clone allows users to interact with the AI model by typing messages into the chat interface. The model processes the input and generates responses based on its training data and context. Users can explore various functionalities of the chat interface and interact with it as they would with a human.