jar

io.github.lambdua : service

Maven & Gradle

Mar 21, 2024

service · Basic service to create and use an OpenAI retrofit client

Table Of Contents

Latest Version

Download io.github.lambdua : service JAR file - Latest Versions:

All Versions

Download io.github.lambdua : service JAR file - All Versions:

Version Vulnerabilities Size Updated
0.18.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 service-0.18.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.theokanning.openai.service

├─ com.theokanning.openai.service.AuthenticationInterceptor.class - [JAR]

├─ com.theokanning.openai.service.ChatCompletionRequestMixIn.class - [JAR]

├─ com.theokanning.openai.service.ChatCompletionRequestSerializerAndDeserializer.class - [JAR]

├─ com.theokanning.openai.service.ChatFunctionCallArgumentsSerializerAndDeserializer.class - [JAR]

├─ com.theokanning.openai.service.ChatFunctionCallMixIn.class - [JAR]

├─ com.theokanning.openai.service.ChatFunctionMixIn.class - [JAR]

├─ com.theokanning.openai.service.ChatFunctionParametersSerializer.class - [JAR]

├─ com.theokanning.openai.service.ChatMessageAccumulator.class - [JAR]

├─ com.theokanning.openai.service.FunctionExecutor.class - [JAR]

├─ com.theokanning.openai.service.OpenAiService.class - [JAR]

├─ com.theokanning.openai.service.ResponseBodyCallback.class - [JAR]

├─ com.theokanning.openai.service.SSE.class - [JAR]

├─ com.theokanning.openai.service.SSEFormatException.class - [JAR]