Package com.composum.ai.backend.base.service.chat.impl
-
Class Summary Class Description GPTChatCompletionServiceImpl Implements the actual access to the ChatGPT chat API.GPTChatCompletionServiceImpl.EnsureResultFutureCallback Makes doubly sure that result is somehow set after the call.GPTChatMessagesTemplate GPTContentCreationServiceImpl Building onGPTChatCompletionService
this implements generating keywords.GPTEmbeddingServiceImpl GPTTranslationServiceImpl Building onGPTChatCompletionService
this implements translation.HtmlToMarkdownConverter A quick HTML markdown converter that handles the tags [a, strong, code, em, p, br, u, ul, li, ol] used in rich text editor. -
Exception Summary Exception Description GPTChatCompletionServiceImpl.RetryableException Thrown when we get a 429 rate limiting response. -
Annotation Types Summary Annotation Type Description GPTChatCompletionServiceImpl.GPTChatCompletionServiceConfig GPTTranslationServiceImpl.Config