jar

io.github.cementwork : chatai-spring-boot-autoconfigure

Maven & Gradle

Feb 15, 2023
0 stars

chatai-spring-boot-autoconfigure

Table Of Contents

Latest Version

Download io.github.cementwork : chatai-spring-boot-autoconfigure JAR file - Latest Versions:

All Versions

Download io.github.cementwork : chatai-spring-boot-autoconfigure JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 chatai-spring-boot-autoconfigure-1.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cementwork.chatgpt.domain

├─ com.github.cementwork.chatgpt.domain.ChatGptService.class - [JAR]

com.github.cementwork.chatgpt.domain.impl

├─ com.github.cementwork.chatgpt.domain.impl.DefaultChatGptServiceImpl.class - [JAR]

com.github.cementwork.chatgpt.model

├─ com.github.cementwork.chatgpt.model.ImageResponse.class - [JAR]

├─ com.github.cementwork.chatgpt.model.RequestDTO.class - [JAR]

├─ com.github.cementwork.chatgpt.model.TextResponse.class - [JAR]

com.github.cementwork.chatgpt.config

├─ com.github.cementwork.chatgpt.config.ChatGptAutoConfig.class - [JAR]

├─ com.github.cementwork.chatgpt.config.ChatGptConfig.class - [JAR]

com.github.cementwork.chatgpt.util

├─ com.github.cementwork.chatgpt.util.HttpClientUtil.class - [JAR]