Skip to content

Commit

Permalink
Make the postprocessor do nothing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samsucik committed Apr 18, 2024
1 parent 47d4662 commit 109cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompterator/postprocess_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ def postprocess(generated_text: str) -> str:
"""
Rewrite this function to postprocess the generated texts one by one.
"""
return generated_text[::-1]
return generated_text

0 comments on commit 109cc96

Please sign in to comment.