metadata
title: LLM Code Deployment
emoji: π
colorFrom: blue
colorTo: purple
sdk: docker
sdk_version: 4.26.0
app_file: app.py
pinned: false
LLM Code Deployment
Automates app building and deployment using LLMs and GitHub Pages.
Features
- FastAPI backend for LLM-powered app generation
- GitHub integration for automatic deployment
- Docker containerization
- Health check endpoints
- CORS support
API Endpoints
GET /- Health checkGET /health- Health checkPOST /api/request- Process app generation requestsPOST /api/evaluate- Receive evaluation data
Environment Variables
OPENAI_API_KEY- OpenAI API keyGITHUB_TOKEN- GitHub personal access tokenGITHUB_USERNAME- GitHub usernameSHARED_SECRET- Shared secret for authentication