24f3001764/llm_code_deployment-1
0
1# Student secret (shared in Google Form)2STUDENT_SECRET=your-secret-here3 4# OpenAI API Key5OPENAI_API_KEY=sk-...6 7# GitHub Personal Access Token (with repo and pages scopes)8GITHUB_TOKEN=ghp_...9 10# GitHub username11GITHUB_USERNAME=your-username12 13# API Configuration (optional, defaults work for Hugging Face)14API_HOST=0.0.0.015# PORT=7860 # Automatically set by Hugging Face16 