---
name: Bug Report
about: Create a report to help us improve MassGen
title: "[BUG] "
labels: bug
assignees: ''

---

## Bug Description
<!-- A clear and concise description of what the bug is -->

## To Reproduce
<!-- Steps to reproduce the behavior -->
1. Configuration file used:
2. Command run:
3. Input provided:
4. Error seen:

## Expected Behavior
<!-- A clear and concise description of what you expected to happen -->

## Actual Behavior
<!-- Describe what actually happened -->

## Screenshots
<!-- If applicable, add screenshots to help explain your problem -->

## Environment
 - OS: [e.g., macOS, Linux, Windows]
 - Python Version: [e.g., 3.12, 3.13]
 - MassGen Version: [e.g., 0.0.23]
 - LLM Backend Used: [e.g., OpenAI, Claude, Gemini, Grok]

## Configuration File
<!-- If relevant, paste your configuration file content (please remove any sensitive information like API keys) -->
```yaml
# Your config file content
```

## Error Logs
<!-- If there are error logs, please paste the relevant parts -->
```
# Error log content
```

## Additional Context
<!-- Add any other context about the problem here -->
