Skip to content

Commit e4f22d7

Browse files
committed
docs: README 파일에 OpenAI API 키 경로 수정
1 parent e4e2007 commit e4f22d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ python main.py --language english
4444

4545
## Setup API Key
4646

47-
OpenAI API key is required. Create the following file:
47+
OpenAI API key is required. Create the following file in your **home directory**:
4848

4949
```
50-
.api_keys/openai.json
50+
~/.api_keys/openai.json
5151
```
5252

5353
```json

README_KOR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ python main.py --language english
4444

4545
## API 키 설정
4646

47-
OpenAI API 키가 필요합니다. 다음과 같이 파일을 생성하세요:
47+
OpenAI API 키가 필요합니다. 다음과 같은 파일을 사용자 홈 디렉토리에 생성하세요:
4848

4949
```
50-
.api_keys/openai.json
50+
~/.api_keys/openai.json
5151
```
5252

5353
```json

0 commit comments

Comments
 (0)