DefaultConnectToOpenAiUseCaseImpl
internal class DefaultConnectToOpenAiUseCaseImpl(val getConfigurationUseCase: GetConfigurationUseCase, val setServerConfigurationUseCase: SetServerConfigurationUseCase, val testOpenAiApiKeyUseCase: TestOpenAiApiKeyUseCase) : ConnectToOpenAiUseCase(source)
Implements DefaultConnectToOpenAiUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(getConfigurationUseCase: GetConfigurationUseCase, setServerConfigurationUseCase: SetServerConfigurationUseCase, testOpenAiApiKeyUseCase: TestOpenAiApiKeyUseCase)