Multiple histories for each character (#4022)
This commit is contained in:
parent
029da9563f
commit
00ab450c13
9 changed files with 240 additions and 197 deletions
|
@ -94,7 +94,7 @@ def get_available_prompts():
|
|||
|
||||
def get_available_characters():
|
||||
paths = (x for x in Path('characters').iterdir() if x.suffix in ('.json', '.yaml', '.yml'))
|
||||
return ['None'] + sorted(set((k.stem for k in paths)), key=natural_keys)
|
||||
return sorted(set((k.stem for k in paths)), key=natural_keys)
|
||||
|
||||
|
||||
def get_available_instruction_templates():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue