Skip to content

Commit

Permalink
sometimes my genius...its almost frightening
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Apr 1, 2024
1 parent becd18d commit 4d30f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/commands/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def babbage(self, ctx: Context):
async def chat(self, ctx: Context, message: str = None, gpt4: bool = False):
message = self.model.make_sentence()
translated = (
GoogleTranslator(source="en", target="en").translate(message)
GoogleTranslator(source="en", target="fr").translate(message)
if gpt4
else message
)
Expand Down

0 comments on commit 4d30f63

Please sign in to comment.