ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

A Java client for the ChatGPT API. ChatGPT 的一个 Java 客户端。

Results 6 ChatGPT issues
Sort by recently updated
recently updated
newest added

大佬,我看到这个方法: public ChatGPT( String apiHost, String apiKey, okhttp3.OkHttpClient client, com.fasterxml.jackson.databind.ObjectMapper objectMapper ) 能不能请教一下如何使用呢?万分感谢!

I have tried, with a simple code like the example with the JAR added in the libraries, but it marks errors in the console like that: _Exception in thread "main"...

I use raspberry Pi, with telegram bot, some requests are getting timeout request. Please, add possibility to specify timeouts settings for http client

chatGPT生成的url为: https://oaidalleapiprodscus.blob.core.windows.net/private/org-x2tDof6L8GQcT9HVev8uEEvq/user-QKO2z3TMxUYqYwTpR55INmEC/img-qBCyuxcVP2RHrpvmUUU3AjkP.png?st=2023-03-10T14%3A45%3A30Z&se=2023-03-10T16%3A45%3A30Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-03-10T03%3A35%3A18Z&ske=2023-03-11T03%3A35%3A18Z&sks=b&skv=2021-08-06&sig=lCj9fQwr6USg1ryf4wNB3HSRiAdpDE1XEmV9y9eKluQ%3D Linux上的代码为: `public static void download(String urlString, String filename, String savePath) { URL url = null; HttpsURLConnection con = null; try { url = new URL(urlString); try { //...

有时gpt需要反应一会儿的时候,就收不到回复了