EBOOKS / .env.example
Yogesh
Deploy backend Express server
0757e01
Raw
History Blame Contribute Delete
272 Bytes
# 100% Free Hugging Face API Key
# 1. Create a free account at: https://huggingface.co
# 2. Generate a free Access Token in Profile Settings -> Access Tokens
# 3. Rename this file to .env and paste your token below:
HF_API_KEY=your_free_huggingface_token_here
PORT=5000