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}:" \