All Classes and Interfaces

Classes
Class
Description
The main class of the ChatBotSpringAI application.
The ChatController class is a Spring RestController responsible for handling HTTP requests related to the chat functionality in the ChatBotSpringAI application.
The OpenAiService class is a Spring Service responsible for interacting with the OpenAI's ChatGPT API and processing chatbot interactions.
The ServiceConfig class is a Spring configuration class responsible for defining and managing beans, particularly the RestTemplate bean used for making RESTful API calls within the ChatBotSpringAI application.