Metadata-Version: 2.4
Name: chatgpt_hj3415
Version: 0.0.4
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>=1.82.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: utils_hj3415>=3.2.1
Requires-Dist: db_hj3415>=4.8.0
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`


