作者 赵彬吉

update

@@ -72,7 +72,7 @@ class Gpt @@ -72,7 +72,7 @@ class Gpt
72 72
73 $client = new \GuzzleHttp\Client(); 73 $client = new \GuzzleHttp\Client();
74 $result = $client->request('POST', $url, [ 74 $result = $client->request('POST', $url, [
75 - 'proxy' => 'http://69.172.211.74:51395', // 代理服务器地址和端口号 75 + 'proxy' => 'http://104.255.171.237:51395', // 代理服务器地址和端口号
76 'headers' => $this->header, 76 'headers' => $this->header,
77 'json' => $data, 77 'json' => $data,
78 'verify' => false, 78 'verify' => false,