• Resolved leonlee888

    (@leonlee888)


    Error while calling OpenAI: cURL error 28: Failed to connect to api.openai.com port 443: Connection timed out

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter leonlee888

    (@leonlee888)

    It seems it is Chinese host problem. All Chinese host closed the port. So sad!!!

    Plugin Author Jordy Meow

    (@tigroumeow)

    Oh wow! Yeah, indeed:

    China ordered local apps and websites to terminate services that allow OpenAI’s ChatGPT service, cooling down the rally in Chinese artificial intelligence stocks.

    From Yahoo Finance.



    • This reply was modified 1 year, 6 months ago by Jordy Meow.
    Thread Starter leonlee888

    (@leonlee888)

    Is it possbile add Proxy  in plug? Or other plug can help us?

    Plugin Author Jordy Meow

    (@tigroumeow)

    My plugin uses the WordPress HTTP functions, so you can actually set up a proxy in your WordPress config, and that should work:

    define('WP_PROXY_HOST', '192.168.1.1');
    define('WP_PROXY_PORT', '3128');
    define('WP_PROXY_USERNAME', '');
    define('WP_PROXY_PASSWORD', '');
    define('WP_PROXY_BYPASS_HOSTS', 'localhost');

    You’ll need to find a proxy, but that shouldn’t be too difficult.

    Thread Starter leonlee888

    (@leonlee888)

    Thank you so much Jordy, Luckly, I have host in USA, I will move page to there first. And I will talk with my Chinese host tomorrow. It seems if we are do business, some company will be allow.

    The last choose is use proxy.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Let me know how it goes with your host, I am curious 🙂 Or maybe they don’t want to talk about it publicly haha 😅

    Thread Starter leonlee888

    (@leonlee888)

    Frank say, I can understand China do this way. AI is very important technology in the further. Today, API 3.5 is so fast and cheap.

    Many country company can’t develop it any more, there is not profit and few people use it, test it, improve it.

    But China good at this, it ban the port, so many Chinese have to use Chinese AI. Although it should not good at all, But Chinese AI company can have some money earn and develop chance~~~

    Are those server type proxy work?

    Shadowsocks

    V2ray

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error while calling OpenAI’ is closed to new replies.