#!/bin/sh

################################################################################
##
## Λ-gent, (c) 2026 SPISE MISU ApS, https://spdx.org/licenses/SSPL-1.0
##
################################################################################

clear

sha="120a7a1b26384ff2425a086bd0979c49f8b771c6868466140213e4921600d420"

cwd="${HOME}/temp/a-gent/gitlab/"
api="http://127.0.0.1:8080/v1" # mlx-lm and mlx-vlm

LLM_SIGN_SHA="${sha}" \
LLM_PATH_CWD="${cwd}" \
LLM_CODE_LOCALHOST_API="${api}" \
./demo.hs
