Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amyeroberts
/
transformers-github-bot
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f6469da
transformers-github-bot
/
utils
/
defaults.py
Amy Roberts
Move to utils
7d5704e
12 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
os
OWNER =
"huggingface"
REPO =
"transformers"
TOKEN = os.environ.get(
"GITHUB_TOKEN"
)
GITHUB_API_VERSION =
"2022-11-28"
ISSUE_JSON_FILE =
"issues.json"