We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcbe8f commit 1f3afddCopy full SHA for 1f3afdd
README.md
@@ -28,10 +28,11 @@ To resolve this issue:
28
4. .envファイルをrootフォルダに作成してください。
29
5. OPENAI_API_KEY=に続けて取得したOpenAI API keyを.envに記入してください。
30
6. .envファイルをGitHub上ではなく、Codespaceだけに置くことでOpenAI API keyの誤使用、盗用を避けます。
31
-
32
-2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
33
-3. [Course-specific instructions]
34
+## Windowsで実行するには
+- PowerShellで次のコマンドを実行する。
+setx OPENAI_API_KEY "your_api_key_here"
+- もしくはエクササイズファイル内のコードファイルと同じフォルダに.envファイルを配置してください。
35
+- 次のページを参照してください。https://platform.openai.com/docs/quickstart
36
37
[0]: # (Replace these placeholder URLs with actual course URLs)
38
0 commit comments