Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
deepset
/
should-i-follow
like
81
Running
App
Files
Files
Community
8
b797bbf
should-i-follow
/
utils
/
config.py
Tuana
first commit
a576a00
over 1 year ago
raw
Copy download link
history
blame
Safe
145 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
TWITTER_BEARER = os.getenv(
'TWITTER_BEARER_TOKEN'
)
OEPN_AI_KEY = os.getenv(
'OPEN_AI_KEY'
)