MVN

cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5

Maven & Gradle

Dec 01, 2023

LeoCode OpenAI ChatGPT3.5 · JDK1.8 + SpringBoot2.7.12 + ChatGPT3.5

<dependency>
    <groupId>cn.leocode.ai</groupId>
    <artifactId>leocode-springboot-starter-ai-openai-3.5</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
leocode-springboot-starter-ai-openai-3.5-0.0.1

How to add a dependency to Maven

Add the following cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.leocode.ai</groupId>
    <artifactId>leocode-springboot-starter-ai-openai-3.5</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 gradle dependency to your build.gradle file:

implementation 'cn.leocode.ai:leocode-springboot-starter-ai-openai-3.5:0.0.1'

Gradle Kotlin DSL: Add the following cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.leocode.ai:leocode-springboot-starter-ai-openai-3.5:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.leocode.ai : leocode-springboot-starter-ai-openai-3.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.leocode.ai" % "leocode-springboot-starter-ai-openai-3.5" % "0.0.1"