diff --git a/edmond/plugins/gpt3.py b/edmond/plugins/gpt3.py index 3cc2a98..4efd20f 100644 --- a/edmond/plugins/gpt3.py +++ b/edmond/plugins/gpt3.py @@ -24,7 +24,7 @@ class Gpt3Plugin(Plugin): if completion and (reply := self.sanitize(completion)): self.bot.say(target, reply) else: - self.bot.signal_failure(target) + self.signal_failure(target) def complete(self, prompt: str) -> Optional[str]: try: