Hello, I’m tried to integrate ChatGPT into a java spring boot application but there’s no dependency for it on the Maven repository, is there an official API support for Java Spring Boot?
Hi @Ajava, OpenAI haven’t released an official API for ChatGPT. Have a look at this thread: Is there an API for ChatGPT3?
Also if you want the spring boot integration, this library provides pre-configured spring-boot starter and was made specifically for working with spring boot
I found there’s no Java library specific to building LLM applications. I built one myself.