All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
ChatCompletionChoice |
|
ChatCompletionChoiceMessage |
|
ChatCompletionMessage |
|
ChatCompletionMessagePart |
A text part or image part of a chat completion message.
|
ChatCompletionMessagePart.ChatCompletionMessagePartListDeSerializer |
|
ChatCompletionMessagePart.ChatCompletionMessageUrlPart |
Encodes URL part: { "url": "https://example.com/somepicture.jpg" }
|
ChatCompletionMessagePart.ImageDetail |
|
ChatCompletionMessagePart.Type |
|
ChatCompletionRequest |
|
ChatCompletionRequest.ResponseFormat |
|
ChatCompletionRequest.ResponseFormatType |
|
ChatCompletionRequest.Role |
|
ChatCompletionResponse |
|
ChatCompletionResponse.FinishReason |
|
ChatCompletionUsage |
|
GPTChatCompletionService |
Raw abstraction of the ChatGPT chat interface, with only the details that are needed.
|
GPTChatCompletionServiceImpl |
Implements the actual access to the ChatGPT chat API.
|
GPTChatCompletionServiceImpl.EnsureResultFutureCallback |
Makes doubly sure that result is somehow set after the call.
|
GPTChatCompletionServiceImpl.GPTChatCompletionServiceConfig |
|
GPTChatCompletionServiceImpl.RetryableException |
Thrown when we get a 429 rate limiting response.
|
GPTChatMessage |
A chat message in a dialog with ChatGPT.
|
GPTChatMessagesTemplate |
|
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.
|
GPTCompletionCallback.GPTCompletionCollector |
A simple collector that just takes note of things.
|
GPTConfiguration |
A configuration to use for accessing the external LLM service.
|
GPTConfiguration.AnswerType |
|
GPTConfiguration.Mode |
|
GPTContentCreationService |
Service to generate content (keywords / descriptions from a text, and so forth.)
|
GPTContentCreationServiceImpl |
|
GPTEmbeddingService |
Methods related to embeddings.
|
GPTEmbeddingService.EmbeddingsCache |
Optional cache for embedding values.
|
GPTEmbeddingServiceImpl |
|
GPTException |
Any kind of error when accessing GPT.
|
GPTException.GPTContextLengthExceededException |
|
GPTException.GPTRetryableResponseErrorException |
An exception that is thrown when the response from the GPT service is not as expected.
|
GPTFinishReason |
|
GPTMessageRole |
|
GPTTranslationService |
|
GPTTranslationServiceImpl |
|
GPTTranslationServiceImpl.Config |
|
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.
|
OpenAIEmbeddings |
Request and response for OpenAI embeddings API.
|
OpenAIEmbeddings.EmbeddingObject |
|
OpenAIEmbeddings.EmbeddingRequest |
|
OpenAIEmbeddings.EmbeddingResponse |
|
RateLimiter |
This class is used to limit the rate of requests to the chat service.
|
StringstreamSlowdown |
For a stream of String segments (like the ChatGPT tokens that trickle in from ChatGPT when streaming) this collects
the parts and forwards the collected part every 500ms to a given consumer.
|