Skip to content

Commit

Permalink
update prompt_source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 27, 2024
1 parent 7ddd24b commit 2331387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memium/source/prompt_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _deduplicate_group(self, group: tuple[str, Sequence[BasePrompt]]) -> BasePro
log.warning(
f"""{identifier} has duplicate prompts:
Prompts:
{' '.join(prompts_in_group.__repr__())}
{(' '*8).join(prompts_in_group.__repr__())}
"""
)

Expand Down

0 comments on commit 2331387

Please sign in to comment.