Move characters/instruction-following to instruction-templates
This commit is contained in:
parent
65aa11890f
commit
c237ce607e
59 changed files with 10 additions and 10 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue