Skip to content

Commit 472dc31

Browse files
committed
Clear: openai key GitHub blocker
1 parent 7d0ec5e commit 472dc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/generate-a-blog-with-openai/generate-a-blog-with-openai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ So far, the code should look like this:
121121
```py
122122
import openai
123123

124-
openai.api_key = 'sk-jAjqdWoqZLGsh7nXf5i8T3BlbkFJ9CYRk' # Fill in your own key
124+
openai.api_key = '' # Fill in your own key
125125
```
126126

127127
## The Core Function

0 commit comments

Comments
 (0)