Add default extensions to the settings

This commit is contained in:
oobabooga 2023-02-28 02:20:11 -03:00
parent 365e1089b3
commit a1429d1607
2 changed files with 14 additions and 1 deletions

View file

@ -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))