Uses of Package
com.composum.ai.backend.base.service.chat
-
Classes in com.composum.ai.backend.base.service.chat used by com.composum.ai.backend.base.service.chat Class Description GPTChatMessage A chat message in a dialog with ChatGPT.GPTChatRequest A request to ChatGPT.GPTCompletionCallback For a streaming mode this is given as parameter for the method call and receives the streamed data; the method returns only when the response is complete.GPTConfiguration A configuration to use for accessing the external LLM service.GPTConfiguration.AnswerType GPTConfiguration.Mode GPTEmbeddingService.EmbeddingsCache Optional cache for embedding values.GPTFinishReason GPTMessageRole Role of aGPTChatMessage
in a dialog with ChatGPT. -
Classes in com.composum.ai.backend.base.service.chat used by com.composum.ai.backend.base.service.chat.impl Class Description GPTChatCompletionService Raw abstraction of the ChatGPT chat interface, with only the details that are needed.GPTChatMessage A chat message in a dialog with ChatGPT.GPTChatRequest A request to ChatGPT.GPTCompletionCallback For a streaming mode this is given as parameter for the method call and receives the streamed data; the method returns only when the response is complete.GPTConfiguration A configuration to use for accessing the external LLM service.GPTContentCreationService Service to generate content (keywords / descriptions from a text, and so forth.)GPTEmbeddingService Methods related to embeddings.GPTEmbeddingService.EmbeddingsCache Optional cache for embedding values.GPTTranslationService Building onGPTChatCompletionService
this implements translation. -
Classes in com.composum.ai.backend.base.service.chat used by com.composum.ai.backend.base.service.chat.impl.chatmodel Class Description GPTChatMessage A chat message in a dialog with ChatGPT.GPTFinishReason GPTMessageRole Role of aGPTChatMessage
in a dialog with ChatGPT.