arin48
1
What is the recommended way to integrate OpenAI with Java?
- Should I use the OpenAI API directly in Java?
- Is there an unofficial SDK available for Java?
- Would it be better to have the Java backend communicate with a more, OpenAI-supported backend (e.g., Python)?
I’m interested in understanding how others are using OpenAI with Java and the best practices for doing so effectively.
2 Likes
Welcome to the community!
This post might help…
3 Likes
@arin48
simple-openai is a Java community library listed by OpenAI.
1 Like