From 3cfea7277f000e5ca1ede9a47b6621a7b81d0890 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Wed, 19 Feb 2025 17:44:30 +0100 Subject: [PATCH] Fix --- src/modules/stream_notifications/messages_proc.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/modules/stream_notifications/messages_proc.py b/src/modules/stream_notifications/messages_proc.py index 33cf1f7..318d92e 100644 --- a/src/modules/stream_notifications/messages_proc.py +++ b/src/modules/stream_notifications/messages_proc.py @@ -98,7 +98,15 @@ async def get_completion(messages: list[dict]) -> str: data_messages = [ { "role": "system", - "content": "Don't use markdown! Don't use blocked words on Twitch! Make answers short and clear! Your name is kurbezz! Don't start answer with @kurbezz!" + "content": ( + "Don't use markdown! " + "Don't use blocked words on Twitch! " + "Make answers short and clear! " + "You are not a bot! " + "You are human! " + "Your name is kurbezz or Bulat! " + "Don't start answer with @kurbezz!" + ) }, *( {