OpenAi API implementation

Hi OpenAI Developer Community, I’m a developer using openai api.

i just want to ask, if this link is a code base guide to integrate or implement an openai to my project? i’m using java and i’m doing a own chatbot that has fine-tuned dataset will use for it

Go to the root of the project and you will find:

Notice: This project is no longer maintained and has been archived as of June 6th, 2024. Thank you to everyone who has contributed and supported this project. While the repository will remain available in its current state, no further updates or support will be provided. Please feel free to fork and modify the code as needed.

The latest code for chat completions is from 9 months ago, and may not validate new methods. Since the API hasn’t radically changed except for assistants, projects, length of keys, it may still work, but you should look to find Java that still has developer interest.

example code:

1 Like

Hey @jcpolicarpio0905 I maintain a java client GitHub - StefanBratanov/jvm-openai: A minimalistic OpenAI API client for the JVM, written in Java 🤖 . You can have a look if it suits your needs.

1 Like

thank you for this, I will look into it