闵波路三舅

Results 7 comments of 闵波路三舅

The demo provided by the author cannot be accessed. The dependent version is 0.11.0

可以考虑直接用境外服务器试试?

> > 可以考虑使用外部环境服务器测试吗? > > 我放香港服务器上 也是500,而且顺便问一句,在开发聊天工程的时候,我按照官文的样例传输某用户的历史问题到LIST中以后,gpt还是会回复上面所有的问题,这也导致返回时间越来越长,你们也存在这个问题嘛 我们测试发现,官方提供的接口就算用达芬奇引擎,回答的质量是没有官方的demo好,可能阉割了很多。如果包含上下文回答都是回复的比较慢,我看其他公司的demo都是一问一答的形式。

> Search the issues. Someone built a proxy override that fixes this. Build a proxy forwarding in the project?

> I added a section to the README on how to set up a proxy https://github.com/TheoKanning/openai-java#adding-a-proxy > > Let me know if that helps! Hello, I found the following exceptions...

> Can you add agents based on the original OpenAiService ? Directly find the OpenAiService class provided by the author, find the buildApi method to add proxy proxy information

> 开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异常