Skip to content

Commit

Permalink
[fix] persona generation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamohannes committed Jul 12, 2024
1 parent c4ce2ba commit 338d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_roleplay/common/persona.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_personas(cfg) -> List[Tuple[str, Dict[str, str]]]:
personas.append((persona, persona_hash))
return personas
else:
Persona.generate_personas(cfg)
return Persona.generate_personas(cfg)

@staticmethod
def generate_personas(cfg) -> List[Tuple[str, Dict[str, str]]]:
Expand Down

0 comments on commit 338d6bd

Please sign in to comment.