- server.py: FastAPI serves model (best_generator.pt) + static files - /api/generate endpoint with temperature/top_k controls - /api/health endpoint for status - Frontend auto-detects backend, shows connection status - API URL configurable from UI (persisted in localStorage) - NaN/inf safety in generation - Clean output (strips BOS/EOS/PAD/UNK tokens) |
||
|---|---|---|
| .gitignore | ||
| AGENTS.md | ||
| best_generator.pt | ||
| design.md | ||
| index.html | ||
| README.md | ||
| requirements.txt | ||
| script.js | ||
| server.py | ||
| style.css | ||