Grt1228/chatgpt-java
A Java client library for accessing OpenAI's GPT-3.5, GPT-4, DALL-E, and Whisper API endpoints with streaming and plugin support.

Velocity · 7d
+2.8
★ / day
Trend
→steady
star history
This repository provides a Java SDK wrapping the OpenAI API, enabling Java developers to integrate GPT-3.5 and GPT-4 models into their applications. It supports streaming responses, GPT plugins, and web browsing capabilities. The library covers all major OpenAI endpoints including chat completions, image generation, and speech-to-text via Whisper, with tokenization handled by tiktoken-java.