jar

ee.carlrobert : LLM-Client

Maven & Gradle

Oct 25, 2023
14 stars

LLM Client · Java http client wrapped around the OkHttp3 library

Table Of Contents

Latest Version

Download ee.carlrobert : LLM-Client JAR file - Latest Versions:

All Versions

Download ee.carlrobert : LLM-Client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window LLM-Client-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ee.carlrobert.llm.client.openai.completion.text.request

├─ ee.carlrobert.llm.client.openai.completion.text.request.OpenAITextCompletionRequest.class - [JAR]

ee.carlrobert.llm.client.openai.completion.chat.request

├─ ee.carlrobert.llm.client.openai.completion.chat.request.OpenAIChatCompletionMessage.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.chat.request.OpenAIChatCompletionRequest.class - [JAR]

ee.carlrobert.llm.client.openai.completion.text.response

├─ ee.carlrobert.llm.client.openai.completion.text.response.OpenAITextCompletionResponse.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.text.response.OpenAITextCompletionResponseChoice.class - [JAR]

ee.carlrobert.llm.client.openai.completion.text

├─ ee.carlrobert.llm.client.openai.completion.text.OpenAITextCompletionEventSourceListener.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.text.OpenAITextCompletionModel.class - [JAR]

ee.carlrobert.llm.client.openai.completion.chat.response

├─ ee.carlrobert.llm.client.openai.completion.chat.response.OpenAIChatCompletionResponse.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.chat.response.OpenAIChatCompletionResponseChoice.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.chat.response.OpenAIChatCompletionResponseChoiceDelta.class - [JAR]

ee.carlrobert.llm.client.openai.embeddings

├─ ee.carlrobert.llm.client.openai.embeddings.Embedding.class - [JAR]

├─ ee.carlrobert.llm.client.openai.embeddings.EmbeddingData.class - [JAR]

├─ ee.carlrobert.llm.client.openai.embeddings.EmbeddingResponse.class - [JAR]

ee.carlrobert.llm.client.openai.completion

├─ ee.carlrobert.llm.client.openai.completion.ApiResponseError.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.BaseApiResponseError.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.ErrorDetails.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.OpenAICompletionRequest.class - [JAR]

ee.carlrobert.llm.client

├─ ee.carlrobert.llm.client.BaseError.class - [JAR]

├─ ee.carlrobert.llm.client.Client.class - [JAR]

├─ ee.carlrobert.llm.client.ProxyAuthenticator.class - [JAR]

ee.carlrobert.llm.client.http.expectation

├─ ee.carlrobert.llm.client.http.expectation.BasicExpectation.class - [JAR]

├─ ee.carlrobert.llm.client.http.expectation.Expectation.class - [JAR]

├─ ee.carlrobert.llm.client.http.expectation.StreamExpectation.class - [JAR]

ee.carlrobert.llm

├─ ee.carlrobert.llm.PropertiesLoader.class - [JAR]

ee.carlrobert.llm.completion

├─ ee.carlrobert.llm.completion.CompletionEventListener.class - [JAR]

├─ ee.carlrobert.llm.completion.CompletionEventSourceListener.class - [JAR]

├─ ee.carlrobert.llm.completion.CompletionModel.class - [JAR]

├─ ee.carlrobert.llm.completion.CompletionRequest.class - [JAR]

├─ ee.carlrobert.llm.completion.CompletionResponse.class - [JAR]

ee.carlrobert.llm.client.you.completion

├─ ee.carlrobert.llm.client.you.completion.YouCompletionEventListener.class - [JAR]

├─ ee.carlrobert.llm.client.you.completion.YouCompletionRequest.class - [JAR]

├─ ee.carlrobert.llm.client.you.completion.YouCompletionRequestMessage.class - [JAR]

├─ ee.carlrobert.llm.client.you.completion.YouCompletionResponse.class - [JAR]

├─ ee.carlrobert.llm.client.you.completion.YouSerpResult.class - [JAR]

ee.carlrobert.llm.client.you

├─ ee.carlrobert.llm.client.you.UTMParameters.class - [JAR]

├─ ee.carlrobert.llm.client.you.YouClient.class - [JAR]

ee.carlrobert.llm.client.openai.completion.chat

├─ ee.carlrobert.llm.client.openai.completion.chat.OpenAIChatCompletionEventSourceListener.class - [JAR]

├─ ee.carlrobert.llm.client.openai.completion.chat.OpenAIChatCompletionModel.class - [JAR]

ee.carlrobert.llm.client.azure

├─ ee.carlrobert.llm.client.azure.AzureApiResponseError.class - [JAR]

├─ ee.carlrobert.llm.client.azure.AzureClient.class - [JAR]

├─ ee.carlrobert.llm.client.azure.AzureCompletionRequestParams.class - [JAR]

ee.carlrobert.llm.client.http.exchange

├─ ee.carlrobert.llm.client.http.exchange.BasicHttpExchange.class - [JAR]

├─ ee.carlrobert.llm.client.http.exchange.StreamHttpExchange.class - [JAR]

ee.carlrobert.llm.client.openai

├─ ee.carlrobert.llm.client.openai.OpenAIClient.class - [JAR]

ee.carlrobert.llm.client.http

├─ ee.carlrobert.llm.client.http.LocalCallbackServer.class - [JAR]

├─ ee.carlrobert.llm.client.http.RequestEntity.class - [JAR]

├─ ee.carlrobert.llm.client.http.ResponseEntity.class - [JAR]

ee.carlrobert.llm.client.util

├─ ee.carlrobert.llm.client.util.JSONUtil.class - [JAR]