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 classGPTChatCompletionServiceImplImplements 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 GPTChatCompletionServiceGPTContentCreationServiceImpl. chatCompletionServiceprotected GPTChatCompletionServiceGPTEmbeddingServiceImpl. chatCompletionServiceprotected GPTChatCompletionServiceGPTTranslationServiceImpl. chatCompletionService 
 -