10 lines
297 B
Bash
10 lines
297 B
Bash
# shellcheck shell=bash
|
|
# DetMir autonomous AI helpers. Installed on Proxmox host.
|
|
# Run `ai-test`, `detmir-check`, `detmir-dlp`, or `detmir-ai`.
|
|
|
|
export POLLI_CHAT=/usr/local/bin/polli-chat
|
|
|
|
alias detmir-report='detmir-ai'
|
|
alias detmir-auto-report='detmir-status'
|
|
alias detmir-models='ai-models'
|