#!/bin/sh

if test $# != 0 ; then
    echo "Usage: $0" >&2
    exit 1
fi

curl -s --show-error "http://llama.ai.m-u.xyz/models?refresh=1" |
jq -r .data.[].id
