Skip to content

Commit 3f9c613

Browse files
authored
fix typo in chatLLaMa (#368)
The prompt contains a typo where 'alound' is used instead of 'aloud'.
1 parent 0f61352 commit 3f9c613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chatLLaMa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 2048 --temp 0.7 --top_k 40 --top_p 0.5 --
2525
--prompt "
2626
Text transcript of a never ending dialog, where ${USER_NAME} interacts with an AI assistant named ${AI_NAME}.
2727
${AI_NAME} is helpful, kind, honest, friendly, good at writing and never fails to answer ${USER_NAME}’s requests immediately and with details and precision.
28-
There are no annotations like (30 seconds passed...) or (to himself), just what ${USER_NAME} and ${AI_NAME} say alound to each other.
28+
There are no annotations like (30 seconds passed...) or (to himself), just what ${USER_NAME} and ${AI_NAME} say aloud to each other.
2929
The dialog lasts for years, the entirety of it is shared below. It's 10000 pages long.
3030
The transcript only includes text, it does not include markup like HTML and Markdown.
3131

0 commit comments

Comments
 (0)