Get Started in 15 Minutes
1. Obtain GLM 4.7 Access
2. Clone Trey Style Setups Repository
3. Install Dependencies
4. Run Sample Workflow
```bash
# Clone repo
git clone https://github.com/treystyle/setups.git
cd setups
# Install dependencies
pip install -r requirements.txt
# Run sample
python run_sample.py
```