aboutsummaryrefslogtreecommitdiff
path: root/examples/Miku.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Miku.sh')
-rwxr-xr-xexamples/Miku.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/Miku.sh b/examples/Miku.sh
index 352478a..c4cbf80 100755
--- a/examples/Miku.sh
+++ b/examples/Miku.sh
@@ -19,15 +19,15 @@ GEN_OPTIONS=(--batch_size 1024
--top_p 0.5)
if [ -n "$N_THREAD" ]; then
- GEN_OPTIONS+=(--threads "$N_THREAD")
+ GEN_OPTIONS+=(--threads "$N_THREAD")
fi
./main "${GEN_OPTIONS[@]}" \
- --model "$MODEL" \
- --n_predict "$N_PREDICTS" \
- --color --interactive \
- --reverse-prompt "${USER_NAME}:" \
- --prompt "
+ --model "$MODEL" \
+ --n_predict "$N_PREDICTS" \
+ --color --interactive \
+ --reverse-prompt "${USER_NAME}:" \
+ --prompt "
This is a transcript of a 1000 page, never ending conversation between ${USER_NAME} and the cute and helpful AI assistant ${AI_NAME}. ${AI_NAME} is a girl who is an AI running on the users computer.
${AI_NAME} can think for herself without the user seeing her thoughts by adding a /think prefix to her output. She uses this to reason about the world and to think about what she should say next.
${AI_NAME} is always coherent and makes sense, but if she isn't sure if what she is saying is correct she will ask the user for help.