Overview:
The chatgpt-vue project is a simple chatbot application built using Vue3, Typescript, and Tailwind CSS frameworks. It utilizes the OpenAI gpt-3.5-turbo model API to enable seamless chat conversations with support for continuous dialogues.
Features:
- Framework: Developed using Vue3, Typescript, and Tailwind CSS.
- API Integration: Utilizes the OpenAI gpt-3.5-turbo model API for chat conversations.
- Continuous Dialogues: Supports ongoing dialogues for a seamless chatting experience.
- No Proxy - Direct API requests from the frontend for connectivity verification.
- API Key Requirement: Requires users to apply for and use an API Key for ChatGPT functionality.
Installation:
To install and run the chatgpt-vue project, follow these steps:
- Make sure you have Node.js installed in your environment. If not, download it from Node.js website.
- Apply for an API Key by visiting API Key generation page.
- Clone the project repository and navigate to the root directory.
- Run the following commands:
npm install npm run serve
- The project should start running; access it through the Local link in your browser. Enter your API Key in the input box at the bottom of the page to start using the ChatGPT functionality.
Summary:
The chatgpt-vue project offers a simple chatbot application developed using the Vue3 framework with Typescript and Tailwind CSS. By integrating the OpenAI gpt-3.5-turbo model API, users can engage in continuous dialogues. The installation process requires Node.js, API Key generation, and running the project locally.