mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-09-01 04:44:35 -04:00
llama : add session file format and saved sessions in main (#1169)
This commit is contained in:
@@ -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:" "$@"
|
||||
|
Reference in New Issue
Block a user