Metadata-Version: 2.4
Name: chatgpt_hj3415
Version: 0.3.2
Summary: chatgpt-hj3415 is the program using chatgpt api.
Author-email: Hyungjin Kim <hj3415@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: openai
Requires-Dist: pandas
Requires-Dist: utils_hj3415
Requires-Dist: db2_hj3415
Project-URL: Home, https://www.hyungjin.kr

# chatgpt-hj3415

chatgpt-hj3415 is the program using chatgpt api.

## Installation

```bash
pip install chatgpt-hj3415
```

## 사전 준비
	1.	https://platform.openai.com/account/api-keys 에서 API 키를 발급받습니다.
	2.	아래 명령어로 라이브러리를 설치합니다:

`pip install openai`


