A walk-through of integrating OpenAI’s Java Client Assistants and Completion APIs.

Also find me here:
Baeldung Author
Bogdan Cardos
Bogdan is a freelance software engineer with more than a decade of experience. He's using his vast knowledge of software development, passion for Java, Angular, and AWS, and coding skills to help businesses achieve their goals by building scalable software solutions.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (2)
- Java Numbers (2)
- Core Java (2)
- Persistence (1)
- Java String (1)
- Cloud (1)
- Artificial Intelligence (1)
AWS SDK – Fixing the “Unable to Find a Region via the Region Provider Chain” Error
Filed under Cloud
Tutorial on how to fix the “Unable to Find a Region via the Region Provider Chain” Error in the AWS SDK.
PSQLException: The Server Requested Password-Based Authentication
Filed under Persistence, Spring Boot
Learn how to avoid the PSQLException.
Comparing the Values of Two Generic Numbers in Java
Filed under Java Numbers
Explore the nuances of comparing Number objects, and find detailed insights and code examples for each strategy.
Convert int to Long in Java
Filed under Java Numbers
Learn several ways of convert an integer to a Long in Java.
Best Practices for Passing Many Arguments to a Method in Java
Filed under Core Java
This article discusses the challenges of passing many arguments to a method in Java. It presents two design patterns to mitigate these issues: the Parameter Object Pattern and the Java Bean Pattern.
Fixing the No Main Manifest Attribute in Spring Boot
Filed under Spring Boot
We may sometimes get the No Main Manifest Attribute error when building our Spring Boot applications. We look at the root cause and how to fix it.
Convert a List to a Comma-Separated String
Filed under Java String
Learn four ways to convert a List of Strings to a comma-separated String.
Handle Classes With the Same Name in Java
Filed under Core Java
Explore two possible approaches regarding the use of classes having the same name in Java.