jar

com.theokanning.openai-gpt3-java : service

Maven & Gradle

Aug 25, 2023
4.7k stars

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

Table Of Contents

Latest Version

Download com.theokanning.openai-gpt3-java : service JAR file - Latest Versions:

All Versions

Download com.theokanning.openai-gpt3-java : service JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.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.16.0.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]

Advertisement