#!/usr/bin/env bash
# The ChatGPT web session served as a local OpenAI-compatible endpoint.
set -euo pipefail
ROOT="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/.." && pwd)"
exec python3 "${ROOT}/trusted_launcher.py" solwebd "$@"
