From 1eba79cc5a4e6def5469369d2144e5e5df84062f Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Fri, 18 Apr 2025 20:40:33 +0200 Subject: [PATCH] Update ai model --- src/modules/stream_notifications/messages_proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/stream_notifications/messages_proc.py b/src/modules/stream_notifications/messages_proc.py index 670eef1..3b95807 100644 --- a/src/modules/stream_notifications/messages_proc.py +++ b/src/modules/stream_notifications/messages_proc.py @@ -126,7 +126,7 @@ async def get_completion(messages: list[dict]) -> str: "content-type": "application/json" }, json={ - "model": "google/gemini-2.0-flash-thinking-exp:free", + "model": "deepseek/deepseek-chat-v3-0324:free", "messages": data_messages } )