Skip to content

Commit

Permalink
Rename pcp.py to low.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yoaugust authored Jul 8, 2024
1 parent 40f6c6a commit e33fa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/agent_cases/pcp.py → agents/agent_cases/low.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def simplify_reply(self, response: str) -> str:
max_turns= 5
)

return self.translate(self.agent.last_message()["content"], "eng", self.src_lang)
return self.translate(self.agent.last_message()["content"], "eng", self.src_lang)

0 comments on commit e33fa44

Please sign in to comment.