Uses of Interface
com.composum.ai.backend.base.service.chat.GPTChatCompletionService
-
Packages that use GPTChatCompletionService Package Description com.composum.ai.backend.base.service.chat.impl -
-
Uses of GPTChatCompletionService in com.composum.ai.backend.base.service.chat.impl
Classes in com.composum.ai.backend.base.service.chat.impl that implement GPTChatCompletionService Modifier and Type Class Description class
GPTChatCompletionServiceImpl
Implements the actual access to the ChatGPT chat API.Fields in com.composum.ai.backend.base.service.chat.impl declared as GPTChatCompletionService Modifier and Type Field Description protected GPTChatCompletionService
GPTContentCreationServiceImpl. chatCompletionService
protected GPTChatCompletionService
GPTEmbeddingServiceImpl. chatCompletionService
protected GPTChatCompletionService
GPTTranslationServiceImpl. chatCompletionService
-