Tuana's picture
first working app
d61b6cb
import os
from dotenv import load_dotenv
load_dotenv()
TWITTER_BEARER = os.getenv('HF_TGI_TOKEN')