summaryrefslogtreecommitdiff
path: root/npc.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc.c')
-rw-r--r--npc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc.c b/npc.c
index 5450866..80a4d65 100644
--- a/npc.c
+++ b/npc.c
@@ -152,8 +152,8 @@ static int execute_prompt_with_context(const ModelConfig *cfg, const char *promp
batch = llama_batch_get_one(&decoder_start, 1);
}
- printf("------------ Prompt: %s\n", prompt);
- printf("------------ Response: ");
+ printf(">> Prompt: %s\n", prompt);
+ printf(">> Response: ");
fflush(stdout);
int n_pos = 0;