Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tuana
/
hackernews-summaries
like
13
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5afd6f9
hackernews-summaries
/
utils
/
config.py
Tuana
first working app
d61b6cb
12 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
TWITTER_BEARER = os.getenv(
'HF_TGI_TOKEN'
)