jar

bg.codexio.springframework.boot : spring-boot-starter-openai

Maven & Gradle

Jan 02, 2024
0 stars

Spring Boot OpenAI SDK Starter · Autoconfigured beans for Chat, Images, Vision and Voice APIs with property based configuration

Table Of Contents

Latest Version

Download bg.codexio.springframework.boot : spring-boot-starter-openai JAR file - Latest Versions:

All Versions

Download bg.codexio.springframework.boot : spring-boot-starter-openai JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.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 spring-boot-starter-openai-0.8.0.BETA.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

bg.codexio.springframework.boot.autoconfigure.auth

├─ bg.codexio.springframework.boot.autoconfigure.auth.FromProperties.class - [JAR]

bg.codexio.ai.openai.api.sdk.chat

├─ bg.codexio.ai.openai.api.sdk.chat.ChatApi.class - [JAR]

├─ bg.codexio.ai.openai.api.sdk.chat.GPT35ChatApi.class - [JAR]

├─ bg.codexio.ai.openai.api.sdk.chat.GPT4ChatApi.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.executor.chat

├─ bg.codexio.springframework.boot.autoconfigure.executor.chat.PropertyAwareChatHttpExecutor.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.executor.vision

├─ bg.codexio.springframework.boot.autoconfigure.executor.vision.PropertyAwareVisionHttpExecutor.class - [JAR]

bg.codexio.ai.openai.api.sdk.voice.transcription

├─ bg.codexio.ai.openai.api.sdk.voice.transcription.TranscriptionApi.class - [JAR]

bg.codexio.ai.openai.api.sdk.images

├─ bg.codexio.ai.openai.api.sdk.images.ImagesApi.class - [JAR]

bg.codexio.ai.openai.api.sdk.voice.speech

├─ bg.codexio.ai.openai.api.sdk.voice.speech.SpeechApi.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.property

├─ bg.codexio.springframework.boot.autoconfigure.property.EnvironmentPropertyAware.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.property.OpenAIProperties.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.property.PropertyAware.class - [JAR]

bg.codexio.ai.openai.api.sdk.voice.translation

├─ bg.codexio.ai.openai.api.sdk.voice.translation.TranslationApi.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.executor.voice

├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareSpeechHttpExecutor.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareTranscriptionHttpExecutor.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.executor.voice.PropertyAwareTranslationHttpExecutor.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.bean

├─ bg.codexio.springframework.boot.autoconfigure.bean.BeanConfig.class - [JAR]

bg.codexio.springframework.boot.autoconfigure.executor.images

├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareCreateImageHttpExecutor.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareEditImageHttpExecutor.class - [JAR]

├─ bg.codexio.springframework.boot.autoconfigure.executor.images.PropertyAwareImageVariationHttpExecutor.class - [JAR]

bg.codexio.ai.openai.api.sdk.vision

├─ bg.codexio.ai.openai.api.sdk.vision.VisionApi.class - [JAR]