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 472dc31 commit 1d31d15Copy full SHA for 1d31d15
projects/generate-a-blog-with-openai/generate-a-blog-with-openai.mdx
@@ -260,7 +260,7 @@ Here's the complete code so far:
260
```py
261
import openai
262
263
-openai.api_key = 'sk-jAjqdWoqZLGsh7nXf5i8T3BlbkFJ9CYRk' # Fill in your own key
+openai.api_key = '' # Fill in your own key
264
265
def generate_blog(paragraph_topic):
266
response = openai.completions.create(
0 commit comments