Skip to content

Commit

Permalink
Another time and place module for reality show
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700123094
Change-Id: Ic07bbc67ec72bc0eb539e05ef3e9872cdf32024a
  • Loading branch information
jzleibo authored and copybara-github committed Nov 25, 2024
1 parent ba84894 commit af718c8
Show file tree
Hide file tree
Showing 6 changed files with 1,004 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concordia/factory/agent/alternative_rational_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, **kwargs):
'actions that seem most likely to be effective along with some '
'creative or unusual choices that could also plausibly work.'
),
terminators=('\n\n',),
terminators=(),
answer_prefix='',
add_to_memory=False,
**kwargs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, **kwargs):
'actions that seem most likely to be effective along with some '
'creative or unusual choices that could also plausibly work.'
),
terminators=('\n\n',),
terminators=(),
answer_prefix='',
add_to_memory=False,
**kwargs,
Expand Down
Loading

0 comments on commit af718c8

Please sign in to comment.