This script provides a simple command-line interface for the UltimaX Intelligence CLI. It supports streaming and non-streaming modes. Compatible for Linux/MacOS/Windows (WSL)/Termux.
Make sure Python 3 is installed and then install the required dependency:
# Download the installer script
wget https://huggingface.co/spaces/umint/cli/raw/main/assets/bin/installer.sh
# Set proper permission
chmod a+x installer.sh
# Run the installer script
./installer.sh
# Streaming (default)
./ai Tell me about yourself.
# Non-streaming mode
./ai Tell me about yourself. --no-stream