jar

ai.freeplay : client

Maven & Gradle

Aug 31, 2023

Freeplay Java SDK · Freeplay Java SDK used to interact with the Freeplay API

Table Of Contents

Latest Version

Download ai.freeplay : client JAR file - Latest Versions:

All Versions

Download ai.freeplay : 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 client-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.freeplay.client.exceptions

├─ ai.freeplay.client.exceptions.FreeplayException.class - [JAR]

ai.freeplay.client

├─ ai.freeplay.client.Freeplay.class - [JAR]

├─ ai.freeplay.client.ProviderConfig.class - [JAR]

ai.freeplay.client.model

├─ ai.freeplay.client.model.ChatCompletionResponse.class - [JAR]

├─ ai.freeplay.client.model.ChatMessage.class - [JAR]

├─ ai.freeplay.client.model.ChatSession.class - [JAR]

├─ ai.freeplay.client.model.CompletionResponse.class - [JAR]

├─ ai.freeplay.client.model.CompletionSession.class - [JAR]

├─ ai.freeplay.client.model.IndexedChatMessage.class - [JAR]

├─ ai.freeplay.client.model.PromptTemplate.class - [JAR]

ai.freeplay.client.internal

├─ ai.freeplay.client.internal.CallInfo.class - [JAR]

├─ ai.freeplay.client.internal.CallSupport.class - [JAR]

├─ ai.freeplay.client.internal.HttpUtil.class - [JAR]

├─ ai.freeplay.client.internal.JSONUtil.class - [JAR]

├─ ai.freeplay.client.internal.PromptInfo.class - [JAR]

├─ ai.freeplay.client.internal.TemplateUtils.class - [JAR]

ai.freeplay.client.flavor

├─ ai.freeplay.client.flavor.ChatFlavor.class - [JAR]

├─ ai.freeplay.client.flavor.Flavor.class - [JAR]

├─ ai.freeplay.client.flavor.OpenAIChatFlavor.class - [JAR]

├─ ai.freeplay.client.flavor.OpenAIFlavor.class - [JAR]

├─ ai.freeplay.client.flavor.OpenAITextFlavor.class - [JAR]