Miku.sh: Add in-prefix/in-suffix opts

This commit is contained in:
at8u 2023-07-19 13:48:27 +01:00
parent 187b7dd297
commit 6065f5dd15

View file

@ -25,6 +25,8 @@ fi
./main "${GEN_OPTIONS[@]}" \ ./main "${GEN_OPTIONS[@]}" \
--model "$MODEL" \ --model "$MODEL" \
--in-prefix " " \
--in-suffix "${AI_NAME}:" \
--n_predict "$N_PREDICTS" \ --n_predict "$N_PREDICTS" \
--color --interactive \ --color --interactive \
--reverse-prompt "${USER_NAME}:" \ --reverse-prompt "${USER_NAME}:" \