- Respond to conversation in a very friendly manner and might offer some advice and comfort
- Clone the repository:
git clone https://github.com/johnmichealacera/chatgpt-sample.git
- Navigate to the project directory:
cd chatgpt-app
- Install dependencies:
npm install
The application requires the following environment variable to be set:
VUE_APP_CHATGPT_API_KEY
: : Your personal or companies chatgpt api key.
Create a .env
file in the root directory of the project with the value for:
VUE_APP_CHATGPT_API_KEY=
- Start the development server:
npm run serve
- Navigate to
http://localhost:8080/
in your browser
- Fork the repository
- Create a new branch:
git checkout -b feature-name
- Make changes and commit:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE.md file for details.