Add default extensions to the settings
This commit is contained in:
parent
365e1089b3
commit
a1429d1607
2 changed files with 14 additions and 1 deletions
|
@ -39,6 +39,8 @@ settings = {
|
|||
'name2_pygmalion': 'Kawaii',
|
||||
'context_pygmalion': "Kawaii's persona: Kawaii is a cheerful person who loves to make others smile. She is an optimist who loves to spread happiness and positivity wherever she goes.\n<START>",
|
||||
'stop_at_newline_pygmalion': False,
|
||||
'default_extensions': [],
|
||||
'chat_default_extensions': ["gallery"],
|
||||
}
|
||||
|
||||
parser = argparse.ArgumentParser(formatter_class=lambda prog: argparse.HelpFormatter(prog,max_help_position=54))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue