When I submitted the session, the session window did not respond, but the terminal showed:
if run vpn agent:
> Entering new AgentExecutor chain...
Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))).
else:
> Entering new AgentExecutor chain...
Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000225C6C287F0>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。')).
I've got the same problem, anyone can help me with it? I'd very much appreciatie it!
This problem is the same as #67, and the provided solution is to specify a proxy in the terminal. However, how can I specify a proxy in the terminal?