You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use using storybook.gpt,it shows errors bellow::
tips: in asia,using vpn
api.openai.com/v1/chat/completions": dial tcp 103.252.115.221:443: connect: connection refused
anybodys can help? please
The text was updated successfully, but these errors were encountered:
A quick Google search returns OpenAI forum posts from quite a few folks encountering similar issues connecting to the OpenAI API and ChatGPT when using a VPN. There are also several articles about OpenAI restricting VPN access and use from countries that aren't in this list.
Are you able to access ChatGPT or hit the OpenAI API directly while connected to your VPN?
You can check the latter by running the curl command below.
curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{ "model": "gpt-4o-mini", "messages": [{"role": "user", "content": "Say this is a test!"}], "temperature": 0.7 }'
when i use using storybook.gpt,it shows errors bellow::
tips: in asia,using vpn
api.openai.com/v1/chat/completions": dial tcp 103.252.115.221:443: connect: connection refused
anybodys can help? please
The text was updated successfully, but these errors were encountered: