News

New Features in Java 17 This library also serves as an example of demonstrating new features of Java 17. For detail, see JAVA_17_FEATURES.md.
String apiKey = System.getenv("OPENAI_API_KEY"); OpenAiClient client = OpenAiClient.builder() .baseUrl(baseUrl) .openAiApiKey(apiKey) .organizationId(orgId ...