diff --git a/README.md b/README.md index f1cb411..9c9c115 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,21 @@ The **OCI OpenAI Java** library provides secure and convenient access to the Ope ## Table of Contents - [oci-openai-java](#oci-openai-java) - - [Table of Contents](#table-of-contents) - - [Before You Start](#before-you-start) - - [Installation](#installation) - - [Examples](#examples) - - [Signers](#signers) - - [Contributing](#contributing) - - [Security](#security) - - [License](#license) + - [Table of Contents](#table-of-contents) + - [Before You Start](#before-you-start) + - [Installation](#installation) + - [Usage](#usage) + - [Quick Start](#quick-start) + - [Authentication](#authentication) + - [Client Initialization Parameters](#client-initialization-parameters) + - [Base URL and endpoint overrides](#base-url-and-endpoint-overrides) + - [Error Handling](#error-handling) + - [Cleanup](#cleanup) + - [Examples](#examples) + - [Third-Party APIs](#third-party-apis) + - [Contributing](#contributing) + - [Security](#security) + - [License](#license) --- diff --git a/pom.xml b/pom.xml index bef88cd..377ff91 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.oracle.genai oci-openai-java-sdk @@ -8,7 +8,25 @@ jar OCI OpenAI Java SDK Helper utilities for using the OpenAI Java SDK against OCI Generative AI endpoints. - + https://github.com/oracle/oci-openai-java + + + The Universal Permissive License (UPL), Version 1.0 + https://oss.oracle.com/licenses/upl/ + + + + + oracle + Oracle + https://www.oracle.com + + + + https://github.com/oracle/oci-openai-java + scm:git:git@github.com:oracle/oci-openai-java.git + scm:git:git@github.com:oracle/oci-openai-java.git + 17 UTF-8 @@ -100,7 +118,46 @@ false - + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.0 + + + attach-javadocs + + jar + + + + + + + ${project.basedir} + + + LICENSE.txt + + THIRD_PARTY_LICENSES.txt + + META-INF + +