randydev commited on
Commit
32a285e
·
verified ·
1 Parent(s): b926132
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py CHANGED
@@ -1605,7 +1605,7 @@ async def chatbot_talk(client: Client, message: Message):
1605
  response = await ryz.aio.humanizer.rewrite(
1606
  RequestHumanizer(
1607
  text=str(query_base),
1608
- writing_style="casual",
1609
  author_id=str(message.from_user.id),
1610
  timestamp=str(dt.now())
1611
  ),
 
1605
  response = await ryz.aio.humanizer.rewrite(
1606
  RequestHumanizer(
1607
  text=str(query_base),
1608
+ writing_style="alay",
1609
  author_id=str(message.from_user.id),
1610
  timestamp=str(dt.now())
1611
  ),