preset:str|None=Field(default=None,description="The name of a file under text-generation-webui/presets (without the .yaml extension). The sampling parameters that get overwritten by this option are the keys in the default_preset() function in modules/presets.py.")
instruction_template:str|None=Field(default=None,description="An instruction template defined under text-generation-webui/instruction-templates. If not set, the correct template will be guessed using the regex expressions in models/config.yaml.")
name1_instruct:str|None=Field(default=None,description="Overwrites the value set by instruction_template.")
name2_instruct:str|None=Field(default=None,description="Overwrites the value set by instruction_template.")
context_instruct:str|None=Field(default=None,description="Overwrites the value set by instruction_template.")
turn_template:str|None=Field(default=None,description="Overwrites the value set by instruction_template.")
character:str|None=Field(default=None,description="A character defined under text-generation-webui/characters. If not set, the default \"Assistant\" character will be used.")
name1:str|None=Field(default=None,description="Overwrites the value set by character.")
name2:str|None=Field(default=None,description="Overwrites the value set by character.")
context:str|None=Field(default=None,description="Overwrites the value set by character.")
greeting:str|None=Field(default=None,description="Overwrites the value set by character.")
chat_instruct_command:str|None=None
continue_:bool=Field(default=False,description="Makes the last bot message in the history be continued instead of starting a new message.")