#!/bin/bash
# Strix with qwythos-9b-mtp-q6 (fast lane)
# Usage: strix-local-qwythos --target ./app [other args]
export STRIX_LLM="openai/qwythos-9b-mtp-q6"
export LLM_API_BASE="http://127.0.0.1:9292/v1"
export STRIX_REASONING_EFFORT="low"
export STRIX_TELEMETRY="0"

exec strix "$@"
