Class OpenAiService

All Implemented Interfaces:
AiInterface, SupportLogicInterface

@Service public class OpenAiService extends OpenAiSupportService implements AiInterface
Service for OpenAI assistants - handles calls to OpenAI API We do not use any official SDK, but rather direct REST calls, so its easy to maintain and we can see what is going on. docs: https://platform.openai.com/docs/api-reference