Skip to content

Commit

Permalink
Update mallm/discourse_policy/collective_refinement.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Becker <56976889+jonas-becker@users.noreply.github.com>
  • Loading branch information
lkaesberg and jonas-becker authored Oct 14, 2024
1 parent fc0dd71 commit b169c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mallm/discourse_policy/collective_refinement.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def discuss(
self.memories: list[Memory]
if console is None:
console = Console()
logger.warning("Inspiration Debate cant use different response generators")
logger.warning("Collective Refinement cant use different response generators")
logger.warning(
"Inspiration Debate only works with voting based decision protocols"
)
Expand Down

0 comments on commit b169c09

Please sign in to comment.