<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.theokanning.openai-gpt3-java</groupId>
  <artifactId>api</artifactId>
  <version>0.4.0</version>
  <name>api</name>
  <description>POJOs for the OpenAI GPT-3 API</description>
  <url>https://github.com/theokanning/openai-java</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://www.mit.edu/~amini/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>theokanning</id>
      <name>Theo Kanning</name>
      <email>theokanning@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/theokanning/openai-java.git</connection>
    <developerConnection>https://github.com/theokanning/openai-java.git</developerConnection>
    <url>https://github.com/theokanning/openai-java</url>
  </scm>
</project>
