Jvm-openai - A minimalistic Java client for the OpenAI API

Do you have an example that shows how to use your API? A demo app would be extremely helpful. I’m interested in using it, and not so much in how it works internally.

I plan to develop an application that will call my (existing) OpenAI assistant - meaning I’d like to create a thread with the assistant, and then ask the assistant many different questions within the same thread.

1 Like

Hi, there are examples in the GitHub repo itself: GitHub - StefanBratanov/jvm-openai: A minimalistic OpenAI API client for the JVM, written in Java 🤖

3 Likes