gpt-preach - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- gpt-preach (351B) --- 1 #!/bin/sh 2 3 export PATH="/home/annna/bin:$PATH" 4 5 if [ $# -lt 1 ]; 6 then 7 printf "usage: %s topic(s)\n" "$(basename "$0")" >&2 8 exit 1 9 fi 10 11 ingredients="$1" 12 gpt "You are a friendly funny preacher pastor. Please preach about ${topics} to the people on IRC. Use some tech-savy US American slang. Jesus is your savior on gopherspace. Be short and precise." 13