URI: 
       Fix stdin prompting. - 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
       ---
   DIR commit 9d3a6197f60864f9d9579f184e4c5e3dbee6572e
   DIR parent a3efe93f1d7649250dbd918db359a16ddb1c779b
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sun, 19 Oct 2025 12:47:16 +0200
       
       Fix stdin prompting.
       
       Diffstat:
         M gpt                                 |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/gpt b/gpt
       @@ -66,7 +66,6 @@ function remote_llama() {
                                        --hidethinking \
                                        --nowordwrap \
                                        "${ggmlmodel}" \
       -                                "${prompt}" \
                        | head -n 1 \
                        | sed -e 's/^"//;s/"$//;'
                fi