在完成openai_flutter代码编写后,在test中进行测试出现以下问题:
ClientException with SocketException: Operation timed out (OS Error: Operation timed out, errno = 60), address = api.openai.com, port = 63201, uri=https://api.openai.com/v1/chat/completions
测试的时候使用了ClashX,
咋Mac的终端直接通过curl https://api.openai.com/v1/models -H "Authorization: Bearer k-M8MXv0NEmwec1eAusXiMT3BlbkFJiH9TXLhAbpLtNnxX"测试的时候也会报错:curl: (28) Failed to connect to api.openai.com port 443 after 75347 ms: Couldn’t connect to server。
但是在网页中可以打开ChatGPT。