- 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="
|
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 |
),
|