From b42e43d0c7083f46efa7308f4809a7ee6100690e Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 16 Apr 2026 20:53:18 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 360df7f..c618ee6 100644 --- a/main.py +++ b/main.py @@ -211,8 +211,8 @@ def gpt_response_message(content: str, name_promt: str): contentGPT = wp.get_promt(name_promt).replace('{content}', content) - # url = 'http://45.129.78.228:8484' #10.8.0.14:5500 - url = 'http://217.11.166.147:8484' + url = 'http://45.129.78.228:8484' #10.8.0.14:5500 + # url = 'http://217.11.166.147:8484' params = {'text': contentGPT} # Ограничение количества попыток