Skip to content

Commit 72272b8

Browse files
authored
fix code typo in llama-cli (#8198)
1 parent 8748d8a commit 72272b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ int main(int argc, char ** argv) {
810810
is_antiprompt = true;
811811
}
812812

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

0 commit comments

Comments
 (0)