Introducing Simple OpenAI

Let me introduce Simple OpenAI a Java http client library for sending requests to and receiving responses from the OpenAI Api. It exposes a consistent interface across all the services, yet as simple as you can find in other languages like Python or NodeJs.

Simple-OpenAI uses the standard Java library HttpClient for http communication, Jackson for Json parsing, and Lombok to minimize boilerplate code.

simple-openai

3 Likes

Nice. Thanks for sharing with us. … Appreciate it!

1 Like

Hello :wave: OpenAI community !!

I would really like to get feedback/thoughts/concerns about this Java library in order to improve it or include any necessary functionality. Please feel free to drop a few lines here, I would appreciate it.

King regards

Sashir

A new release of Simple OpenAI is available. It has fixes for some minor issues and testing coverage of 95%.

1 Like