Is there a GPT-3 Java SDK or an official OpenAI Java API? Also is it possible to create an offline tool using Java which uses GPT-3 model for summarization? Thanks
Hi bille!
There is no official clients at the moment, but there is two community implementations at the moment:
And
I found there’s no java library specific to building LLM applications. I built one myself.