Skip to content

Commit

Permalink
commented rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
nickprock authored Nov 13, 2023
1 parent 0d9891d commit e0bb4cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gerry_scatty.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def agent_prompt_prefix(prefix, cat):
return prefix


@hook
def before_cat_sends_message(message, cat):
# @hook
# def before_cat_sends_message(message, cat):

prompt = f'Rephrase the following sentence in Gerry Scotti style: {message["content"]}'
message["content"] = cat.llm(prompt)
# prompt = f'Rephrase the following sentence in Gerry Scotti style: {message["content"]}'
# message["content"] = cat.llm(prompt)

return message
# return message

0 comments on commit e0bb4cd

Please sign in to comment.