openai-api-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-sdk</artifactId>
<version>0.9.0.BETA-JDK17</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.9.0.BETA-JDK17</version>
</parent>
<artifactId>openai-api-sdk</artifactId>
<packaging>jar</packaging>
<properties>
<skipDeploy>false</skipDeploy>
</properties>
<dependencies>
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-http</artifactId>
<version>0.9.0.BETA-JDK17</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>5.0.0-alpha.12</version>
</dependency>
</dependencies>
</project>