We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e2007 commit e4f22d7Copy full SHA for e4f22d7
README.md
@@ -44,10 +44,10 @@ python main.py --language english
44
45
## Setup API Key
46
47
-OpenAI API key is required. Create the following file:
+OpenAI API key is required. Create the following file in your **home directory**:
48
49
```
50
-.api_keys/openai.json
+~/.api_keys/openai.json
51
52
53
```json
README_KOR.md
## API 키 설정
-OpenAI API 키가 필요합니다. 다음과 같이 파일을 생성하세요:
+OpenAI API 키가 필요합니다. 다음과 같은 파일을 사용자 홈 디렉토리에 생성하세요:
0 commit comments