Better output split. - 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 c007084fda1adbe4996d030cd161eb62a520e1bf DIR parent f185769a4ce31f43a75bf57b051c74838c58d205 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Sun, 10 Nov 2024 23:05:46 +0100 Better output split. Diffstat: M gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gpt b/gpt @@ -12,7 +12,7 @@ cd $ggmlbase $ggmlbin -m $ggmlmodel -n $ggmlntokens \ "$1 Begin all lines with OUTPUT:." 2>/dev/null \ | grep "^OUTPUT:" \ - | cut -d' ' -f 2- \ + | cut -d':' -f 2- \ | head -n 1 \ | tr -d '"'