diff --git a/README.md b/README.md index e278833d..033507d5 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ max_tokens : 3072 max_generated_tokens : 2048 *Usage* - Enter an instruction and press enter (%Q quits). + Enter an instruction and press enter (%C reset conversation, %Q quits). *Examples* - Write an email to grandma thanking her for the cookies. diff --git a/run.cc b/run.cc index 96ba3169..f83ead91 100644 --- a/run.cc +++ b/run.cc @@ -221,7 +221,8 @@ void Run(LoaderArgs& loader, InferenceArgs& inference, AppArgs& app) { const std::string instructions = "*Usage*\n" - " Enter an instruction and press enter (%Q quits).\n\n" + " Enter an instruction and press enter (%C reset conversation, " + "%Q quits).\n\n" "*Examples*\n" " - Write an email to grandma thanking her for the cookies.\n" " - What are some historical attractions to visit around "