From 83330d8cd6491e53e1aca4c5dfc47e039b3c04ff Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Thu, 9 May 2024 02:32:32 +1200 Subject: main : add --conversation / -cnv flag (#7108) --- common/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index 9252a4b6..6f00a2cc 100644 --- a/common/common.h +++ b/common/common.h @@ -140,6 +140,7 @@ struct gpt_params { bool random_prompt = false; // do not randomize prompt if none provided bool use_color = false; // use color to distinguish generations and inputs bool interactive = false; // interactive mode + bool conversation = false; // conversation mode (does not print special tokens and suffix/prefix) bool chatml = false; // chatml mode (used for models trained on chatml syntax) bool prompt_cache_all = false; // save user input and generations to prompt cache bool prompt_cache_ro = false; // open the prompt cache read-only and do not update it -- cgit v1.2.3