From 6065f5dd153b515ec9516a327272b3fd7f0ceecc Mon Sep 17 00:00:00 2001 From: at8u <129688334+at8u@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:48:27 +0100 Subject: [PATCH] Miku.sh: Add in-prefix/in-suffix opts --- examples/Miku.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Miku.sh b/examples/Miku.sh index 31d94e248..8d983b947 100755 --- a/examples/Miku.sh +++ b/examples/Miku.sh @@ -25,6 +25,8 @@ fi ./main "${GEN_OPTIONS[@]}" \ --model "$MODEL" \ + --in-prefix " " \ + --in-suffix "${AI_NAME}:" \ --n_predict "$N_PREDICTS" \ --color --interactive \ --reverse-prompt "${USER_NAME}:" \