Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tarek29910
/
AiAgent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e67f862
AiAgent
/
config.py
tarek29910
Upload 22 files
b303183
verified
7 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
# Configuration and constants
import
os
from
dotenv
import
load_dotenv
load_dotenv()
YEHIA_API_KEY = os.getenv(
'YEHIA_API_KEY'
)
HF_TOKEN = os.getenv(
'HF_TOKEN'
)