#!/bin/bash
# GlmPi — Startet den Pi KI-Editor mit GLM 5.1 (Z.AI)
exec pi --provider z-ai --model glm-5.1 "$@"
