So you're a Java developer who wants to learn how to use the Microsoft OpenAI API without learning Python?
Then you've come to the right place.
The code herein will show you how to fiddle around with the OpenAI API using the Java programming language.
You'll find tutorials to go along with this code over at my website. You should follow them in order.
The code here is broken down by tutorial section (for example, "openai-basics") and then a branch name that reflects the lesson (for example, "getting-started"). So, for example: openai-basics/getting-started is the first branch in the series of tutorials.
This code is under the MIT License.