NDS308229535
NDS308229535
> 使用utf8编码直接报错无法运行 ����: ����GBK�IJ���ӳ���ַ� me too
Caused by: java.net.SocketTimeoutException: connect timed out
Can you add agents based on the original OpenAiService ?
thanks,let's me try
postman is ok
you can > > 开vpn, 主方法调用前补充开启代理就行 System.setProperty("java.net.useSystemProxies", "true"); System.setProperty("https.proxyHost", "127.0.0.1"); System.setProperty("https.proxyPort", vpn的代理端口); > > 我发现加了之后,请求时会报java.lang.RuntimeException: java.io.IOException: unexpected end of stream on unknown异常 我的没有问题了, System.setProperty("http.proxyHost", "127.0.0.1"); System.setProperty("http.proxyPort", "7890"); System.setProperty("https.proxyHost", "127.0.0.1"); System.setProperty("https.proxyPort",...