#Theokanning Java library no longer working?
4 messages · Page 1 of 1 (latest)
If it's a wrapper for ChatGPT you won't be getting any help as it's breaking the ToS. If it's an interface for the API can you post the request?
A quick look at the library it seems like they use deprecated endpoints
I'd like to make direct requests with java but I haven't been able to find reliable information on how to do that with Webclient (do you happen to know anything on accomplishing this?). The deprecated endpoint was the old engine one but I think he updated it to use the new v1
Unfortunately I don't. Your best bet is to ask the person who wrote it for help.
Otherwise, I would say just use retrofit with a JSON converter like GSON and make your own API requests