This commit is contained in:
2
main.py
2
main.py
@@ -214,8 +214,6 @@ def gpt_response_message(content: str, name_promt: str):
|
|||||||
|
|
||||||
url = GPT_SERVER_URL
|
url = GPT_SERVER_URL
|
||||||
params = {'text': contentGPT}
|
params = {'text': contentGPT}
|
||||||
gpt_proxies_list = download_proxies(GPT_PROXIES_URL)
|
|
||||||
gpt_proxies_list = get_shuffled_proxies(gpt_proxies_list)
|
|
||||||
|
|
||||||
max_retries = 5
|
max_retries = 5
|
||||||
retries = 0
|
retries = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user