aboutsummaryrefslogtreecommitdiff
path: root/examples/chat-13B.sh
diff options
context:
space:
mode:
authorEvan Jones <evan.q.jones@gmail.com>2023-04-28 11:59:37 -0400
committerGitHub <noreply@github.com>2023-04-28 18:59:37 +0300
commit1481a9cf25ea2e4abef6b13a57660a35f3e66af1 (patch)
treec2c81f8f38da358715796681811ab1faeae00229 /examples/chat-13B.sh
parent11d902364b0e3b503a02a4e757ee2dc38aacb68f (diff)
llama : add session file format and saved sessions in main (#1169)
Diffstat (limited to 'examples/chat-13B.sh')
-rwxr-xr-xexamples/chat-13B.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/chat-13B.sh b/examples/chat-13B.sh
index 4265d7b..2fac377 100755
--- a/examples/chat-13B.sh
+++ b/examples/chat-13B.sh
@@ -31,8 +31,6 @@ The transcript only includes text, it does not include markup like HTML and Mark
$USER_NAME: Hello, $AI_NAME!
$AI_NAME: Hello $USER_NAME! How may I help you today?
-$USER_NAME: What time is it?
-$AI_NAME: It is $(date +%H:%M).
$USER_NAME: What year is it?
$AI_NAME: We are in $(date +%Y).
$USER_NAME: Please tell me the largest city in Europe.
@@ -50,4 +48,6 @@ $AI_NAME: The arguments are stored in process.argv.
argv[3] is the second argument passed to the script and so on.
$USER_NAME: Name a color.
$AI_NAME: Blue
+$USER_NAME: What time is it?
+$AI_NAME: It is $(date +%H:%M).
$USER_NAME:" "$@"