Skip to content

Commit 1d31d15

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

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
@@ -260,7 +260,7 @@ Here's the complete code so far:
260260
```py
261261
import openai
262262

263-
openai.api_key = 'sk-jAjqdWoqZLGsh7nXf5i8T3BlbkFJ9CYRk' # Fill in your own key
263+
openai.api_key = '' # Fill in your own key
264264

265265
def generate_blog(paragraph_topic):
266266
response = openai.completions.create(

0 commit comments

Comments
 (0)