From ca636483749b7e637f4e97ccaeec653cdd9b1a73 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 18 Feb 2025 22:49:57 +0100 Subject: [PATCH] Update --- src/modules/stream_notifications/messages_proc.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/stream_notifications/messages_proc.py b/src/modules/stream_notifications/messages_proc.py index 427885f..09631b3 100644 --- a/src/modules/stream_notifications/messages_proc.py +++ b/src/modules/stream_notifications/messages_proc.py @@ -106,6 +106,10 @@ async def get_completion(message: str) -> str: json={ "model": "google/gemini-2.0-flash-thinking-exp:free", "messages": [ + { + "role": "system", + "content": "Don't use markdown! Don't use blocked words on Twitch! Make answers short and clear!" + }, { "role": "user", "content": message