Move characters/instruction-following to instruction-templates

This commit is contained in:
oobabooga 2023-08-06 17:50:07 -07:00
parent 65aa11890f
commit c237ce607e
59 changed files with 10 additions and 10 deletions

View file

@ -475,7 +475,7 @@ def load_character(character, name1, name2, instruct=False):
Path("cache/pfp_character.png").unlink()
if character not in ['None', '', None]:
folder = 'characters' if not instruct else 'characters/instruction-following'
folder = 'characters' if not instruct else 'instruction-templates'
picture = generate_pfp_cache(character)
filepath = None
for extension in ["yml", "yaml", "json"]: