aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Nayrolles <MathieuNls@users.noreply.github.com>2023-03-21 16:52:27 -0400
committerGitHub <noreply@github.com>2023-03-21 22:52:27 +0200
commit3f9c6135e45ae3f520b1e17197004cc60c9ca45b (patch)
tree417fbf82da3e1b890b9848241820734383b9ba31
parent0f6135270839f0715843c4d480c63ae150def419 (diff)
fix typo in chatLLaMa (#368)
The prompt contains a typo where 'alound' is used instead of 'aloud'.
-rwxr-xr-xexamples/chatLLaMa2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chatLLaMa b/examples/chatLLaMa
index 97c48ac..97ababb 100755
--- a/examples/chatLLaMa
+++ b/examples/chatLLaMa
@@ -25,7 +25,7 @@ GEN_OPTIONS="${GEN_OPTIONS:---ctx_size 2048 --temp 0.7 --top_k 40 --top_p 0.5 --
--prompt "
Text transcript of a never ending dialog, where ${USER_NAME} interacts with an AI assistant named ${AI_NAME}.
${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.
-There are no annotations like (30 seconds passed...) or (to himself), just what ${USER_NAME} and ${AI_NAME} say alound to each other.
+There are no annotations like (30 seconds passed...) or (to himself), just what ${USER_NAME} and ${AI_NAME} say aloud to each other.
The dialog lasts for years, the entirety of it is shared below. It's 10000 pages long.
The transcript only includes text, it does not include markup like HTML and Markdown.