diff --git a/main.py b/main.py index 098381a..038fe79 100644 --- a/main.py +++ b/main.py @@ -206,7 +206,8 @@ def extract_text_from_url(url, timeout=10, verify=True): return "\n".join(content_text), time_t -GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://45.129.78.228:8484') +# GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://45.129.78.228:8484') +GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://172.17.0.1:8484') def gpt_response_message(content: str, name_promt: str): contentGPT = wp.get_promt(name_promt).replace('{content}', content)