#jvm-openai - A minimalistic JVM client for the OpenAI API

1 messages · Page 1 of 1 (latest)

tropic pike
#

Hi, for any JVM developers, last few weeks I worked on an OpenAI API client written in Java focusing on simplicity and minimal dependencies (only Jackson )

https://github.com/StefanBratanov/jvm-openai

I have tried to cover all functionalities and request/response types/parameters and as of last version 0.4.0, it also supports the Beta APIs.

Would be cool to get feedback. Be free to open an issue or even a PR if you feel like it.

Good day. 🙂

GitHub

A minimalistic JVM client for the OpenAI API written in Java - GitHub - StefanBratanov/jvm-openai: A minimalistic JVM client for the OpenAI API written in Java

tropic pike
#

jvm-openai - A minimalistic JVM client for the OpenAI API

#

Project has been renamed to jvm-openai from version 0.5.0

tropic pike
tropic pike
tropic pike
tropic pike
tropic pike
tropic pike
#

Released new version 0.7.0 which covers the latest API changes, few improvements as well as support for Assistants Streaming
https://github.com/StefanBratanov/jvm-openai/releases/tag/v0.7.0

Also the project got its first external contributor 🙂

GitHub

Special thanks to @maciej-cz for his first contribution in #5 🎉
This release contains the following additions/improvements:
General

Add OpenAIModel enum to simplify the selection of a model

Chat
...

tropic pike
tropic pike
tropic pike
tropic pike
tropic pike
tropic pike