Spaces:
Runtime error
Runtime error
Commit
·
13e8d8a
1
Parent(s):
98069ee
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ class WebpageSummarizer:
|
|
20 |
Set OpeanApi key
|
21 |
"""
|
22 |
|
23 |
-
openai.api_key = "
|
24 |
|
25 |
def upload_via_url(self, url: str) -> NoneStr:
|
26 |
"""
|
|
|
20 |
Set OpeanApi key
|
21 |
"""
|
22 |
|
23 |
+
openai.api_key = os.getenv("OPENAI_API_KEY")
|
24 |
|
25 |
def upload_via_url(self, url: str) -> NoneStr:
|
26 |
"""
|