DefaultTestOpenAiApiKeyUseCaseImpl
internal class DefaultTestOpenAiApiKeyUseCaseImpl(val configurationStore: ConfigurationStore, val remoteDataSource: OpenAiGenerationDataSource.Remote) : TestOpenAiApiKeyUseCase(source)
Implements DefaultTestOpenAiApiKeyUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(configurationStore: ConfigurationStore, remoteDataSource: OpenAiGenerationDataSource.Remote)