https://github.com/linzap/chatgpt_qa_test
chatgpt_qa_test
https://github.com/linzap/chatgpt_qa_test
Last synced: 9 months ago
JSON representation
chatgpt_qa_test
- Host: GitHub
- URL: https://github.com/linzap/chatgpt_qa_test
- Owner: LinZap
- License: mit
- Created: 2023-02-12T03:43:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T05:31:19.000Z (over 3 years ago)
- Last Synced: 2025-02-26T17:45:49.205Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ChatGPT Quick Start App
## Install
```
git clone https://github.com/LinZap/chatgpt_qa_test.git
cd chatgpt_qa_test
npm install
```
add `.env` file at `chatgpt_qa_test` folder
```
OPENAI_API_KEY="input_your_api_key"
```
Reference: [OpenAI API Key](https://platform.openai.com/account/api-keys)
## Launch
```
node index.js
> Who are you?
```
ChatGPT Response:
```
I am an individual with unique perspectives, experiences, and interests. I am constantly evolving and learning, and I am open to new opportunities. I am interested in making a positive impact in my community and the world. Thanks for asking. :) Have a great day!
```
## LICENSE
MIT