mirror of https://github.com/google/gemma.cpp.git
Copybara import of the project:
--26b541b666by kishida <naokikishida@gmail.com>: add information for the reseting conversation COPYBARA_INTEGRATE_REVIEW=https://github.com/google/gemma.cpp/pull/40 from kishida:add_info_for_reset_conv26b541b666PiperOrigin-RevId: 610418671
This commit is contained in:
parent
4e2efbcbd8
commit
7ab968c957
|
|
@ -273,7 +273,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.
|
||||
|
|
|
|||
3
run.cc
3
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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue