Skip to content

Commit

Permalink
#8 - Added logo and centered the heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyonkov committed Dec 31, 2023
1 parent 5b4c9c9 commit ec74304
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# OpenAI SDK by Codexio
<h1 align="center">OpenAI SDK by Codexio</h1>

<p align="center">
<img src="./project-logo.png" width="240" height="120"/>
<br/>
<em>
Use artificial intelligence the intelligent way.
</em>
</p>

<p align="center">

[![Maven Central](https://img.shields.io/maven-central/v/bg.codexio.ai/openai-api-sdk.svg)](https://central.sonatype.com/artifact/bg.codexio.ai/openai-api-sdk)
[![Build](https://github.com/CodexioLtd/openai-api-sdk/actions/workflows/maven.yml/badge.svg)](https://github.com/CodexioLtd/openai-api-sdk/actions/workflows/maven.yml)
[![Coverage](https://codecov.io/github/CodexioLtd/openai-api-sdk/graph/badge.svg?token=013OEUIYWI)](https://codecov.io/github/CodexioLtd/openai-api-sdk)
[![License](https://img.shields.io/github/license/CodexioLtd/openai-api-sdk.svg)](https://github.com/CodexioLtd/openai-api-sdk/blob/master/LICENSE)

</p>

<hr/>

## Preambule

This library provides a Software Development Kit (SDK) for Java 21+ compliant runtimes
to connect to an OpenAI API and execute both synchronous and asynchronous (via callbacks
or the Reactor Pattern) calls.
Expand Down
Binary file added project-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec74304

Please sign in to comment.