Uses of Class
com.easy_model.webservice.openai.OpenAiServiceImplementation
Packages that use OpenAiServiceImplementation
Package
Description
-
Uses of OpenAiServiceImplementation in com.easy_model.webservice.model
Constructors in com.easy_model.webservice.model with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionModelController(ModelRepository modelRepository, VariableRepository variableRepository, XLHandleManager xlHandleManager, EntityService entityService, UserRepository userRepository, Events events, EninAPIService eninAPIService, OpenAiServiceImplementation openAiServiceImplementation) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document -
Uses of OpenAiServiceImplementation in com.easy_model.webservice.openai
Methods in com.easy_model.webservice.openai with parameters of type OpenAiServiceImplementationModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodeOpenAIHelperFunctions.doRequest(OpenAiServiceImplementation openAiServiceImplementation, List<com.theokanning.openai.completion.chat.ChatMessage> messages, com.theokanning.openai.service.FunctionExecutor functionExecutor, String functionName) Constructors in com.easy_model.webservice.openai with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionOpenAiController(XLHandleManager xlHandleManager, OpenAiServiceImplementation openAiServiceImplementation) -
Uses of OpenAiServiceImplementation in com.easy_model.webservice.presentation
Constructors in com.easy_model.webservice.presentation with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionPresentationManager(Model model, CalculationData calculationData, OpenAiServiceImplementation openAiServiceImplementation)