Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skydust
/
textsum
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a1e4943
textsum
/
app.py
Karlo Timmerman
Update app.py
a1e4943
almost 3 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
os
import
openai
openai.organization =
"Sky Dust intelligence b.v."
openai.api_key = os.getenv(
"OPENAI_API_KEY"
)
openai.Model.
list
()