Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
team6
/
roast
like
0
Runtime error
App
Files
Files
Community
Thibault Goehringer
commited on
Jan 8, 2023
Commit
805c3e0
•
1 Parent(s):
f93ef6f
Add import os
Browse files
Files changed (1)
hide
show
main.py
+1
-0
main.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import openai
2
3
openai.api_key = os.environ.get("openai_api_key")
1
+
import os
2
import openai
3
4
openai.api_key = os.environ.get("openai_api_key")