jar

co.yml : ychat-jvm

Maven & Gradle

May 24, 2023
141 stars

YChat · YChat SDK is kotlin multiplatform library for chat gpt apis.

Table Of Contents

Latest Version

Download co.yml : ychat-jvm JAR file - Latest Versions:

All Versions

Download co.yml : ychat-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.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 ychat-jvm-1.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

co.yml.ychat.data.api.impl

├─ co.yml.ychat.data.api.impl.ChatGptApiImpl.class - [JAR]

co.yml.ychat.entrypoint.features

├─ co.yml.ychat.entrypoint.features.AudioTranscriptions.class - [JAR]

├─ co.yml.ychat.entrypoint.features.AudioTranslations.class - [JAR]

├─ co.yml.ychat.entrypoint.features.ChatCompletions.class - [JAR]

├─ co.yml.ychat.entrypoint.features.Completion.class - [JAR]

├─ co.yml.ychat.entrypoint.features.Edits.class - [JAR]

├─ co.yml.ychat.entrypoint.features.ImageGenerations.class - [JAR]

├─ co.yml.ychat.entrypoint.features.ListModels.class - [JAR]

├─ co.yml.ychat.entrypoint.features.RetrieveModel.class - [JAR]

co.yml.ychat.data.dto

├─ co.yml.ychat.data.dto.AudioParamsDto.class - [JAR]

├─ co.yml.ychat.data.dto.AudioResultDto.class - [JAR]

├─ co.yml.ychat.data.dto.ChatCompletionParamsDto.class - [JAR]

├─ co.yml.ychat.data.dto.ChatCompletionsChoiceDto.class - [JAR]

├─ co.yml.ychat.data.dto.ChatCompletionsDto.class - [JAR]

├─ co.yml.ychat.data.dto.ChatMessageDto.class - [JAR]

├─ co.yml.ychat.data.dto.ChoiceDto.class - [JAR]

├─ co.yml.ychat.data.dto.CompletionDto.class - [JAR]

├─ co.yml.ychat.data.dto.CompletionParamsDto.class - [JAR]

├─ co.yml.ychat.data.dto.EditsChoiceDto.class - [JAR]

├─ co.yml.ychat.data.dto.EditsDto.class - [JAR]

├─ co.yml.ychat.data.dto.EditsParamsDto.class - [JAR]

├─ co.yml.ychat.data.dto.ImageGeneratedDto.class - [JAR]

├─ co.yml.ychat.data.dto.ImageGenerationsDto.class - [JAR]

├─ co.yml.ychat.data.dto.ImageGenerationsParamsDto.class - [JAR]

├─ co.yml.ychat.data.dto.ModelDto.class - [JAR]

├─ co.yml.ychat.data.dto.ModelListDto.class - [JAR]

├─ co.yml.ychat.data.dto.ModelPermissionDto.class - [JAR]

├─ co.yml.ychat.data.dto.UsageDto.class - [JAR]

co.yml.ychat.entrypoint.impl

├─ co.yml.ychat.entrypoint.impl.AudioTranscriptionsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.AudioTranslationsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.ChatCompletionsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.CompletionImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.EditsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.ImageGenerationsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.ListModelsImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.RetrieveModelImpl.class - [JAR]

├─ co.yml.ychat.entrypoint.impl.YChatImpl.class - [JAR]

co.yml.ychat

├─ co.yml.ychat.YChat.class - [JAR]

co.yml.ychat.data.infrastructure

├─ co.yml.ychat.data.infrastructure.OpenAiHttpClient.class - [JAR]

co.yml.ychat.domain.usecases

├─ co.yml.ychat.domain.usecases.AudioUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.ChatCompletionsUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.CompletionUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.EditsUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.ImageGenerationsUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.ListModelsUseCase.class - [JAR]

├─ co.yml.ychat.domain.usecases.RetrieveModelUseCase.class - [JAR]

co.yml.ychat.domain.model

├─ co.yml.ychat.domain.model.AIModel.class - [JAR]

├─ co.yml.ychat.domain.model.AIModelPermission.class - [JAR]

├─ co.yml.ychat.domain.model.AudioParams.class - [JAR]

├─ co.yml.ychat.domain.model.ChatCompletionsParams.class - [JAR]

├─ co.yml.ychat.domain.model.ChatMessage.class - [JAR]

├─ co.yml.ychat.domain.model.ChoiceModel.class - [JAR]

├─ co.yml.ychat.domain.model.CompletionModel.class - [JAR]

├─ co.yml.ychat.domain.model.CompletionParams.class - [JAR]

├─ co.yml.ychat.domain.model.EditsParams.class - [JAR]

├─ co.yml.ychat.domain.model.ImageGenerationsParams.class - [JAR]

├─ co.yml.ychat.domain.model.UsageModel.class - [JAR]

co.yml.ychat.di.module

├─ co.yml.ychat.di.module.LibraryModule.class - [JAR]

co.yml.ychat.data.api

├─ co.yml.ychat.data.api.ChatGptApi.class - [JAR]

co.yml.ychat.domain.mapper

├─ co.yml.ychat.domain.mapper.AudioMapperKt.class - [JAR]

├─ co.yml.ychat.domain.mapper.ChatCompletionsMapperKt.class - [JAR]

├─ co.yml.ychat.domain.mapper.CompletionMapperKt.class - [JAR]

├─ co.yml.ychat.domain.mapper.EditsMapperKt.class - [JAR]

├─ co.yml.ychat.domain.mapper.ImageGenerationsMapperKt.class - [JAR]

├─ co.yml.ychat.domain.mapper.ModelMapperKt.class - [JAR]