Skip to content

Commit a2d0846

Browse files
ngxsonNexesenex
authored andcommitted
fix code typo in llama-cli (ggml-org#8198)
1 parent 11d77c6 commit a2d0846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ int main(int argc, char ** argv) {
811811
is_antiprompt = true;
812812
}
813813

814-
chat_add_and_format(model, chat_msgs, "system", assistant_ss.str());
814+
chat_add_and_format(model, chat_msgs, "assistant", assistant_ss.str());
815815
is_interacting = true;
816816
printf("\n");
817817
}

0 commit comments

Comments
 (0)