Skip to content

Commit

Permalink
Update README.md versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent efb1058 commit fdb5edd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ Prerequisites for building:
* Unix-like environment (we use Linux, Mac OS X)
* Maven (we recommend version 3.8.6 and require at least 3.5.4)

[![Maven Central](https://img.shields.io/maven-central/v/io.github.hamawhitegg/langchain-core)](https://maven-badges.herokuapp.com/maven-central/io.github.hamawhitegg/langchain-core)
```xml
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-core</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions openai-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Java libraries for using OpenAI's GPT APIS.

## Usage

[![Maven Central](https://img.shields.io/maven-central/v/io.github.hamawhitegg/openai-client)](https://maven-badges.herokuapp.com/maven-central/io.github.hamawhitegg/openai-client)
```xml
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>openai-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
```
* Java 17 or later
Expand Down

0 comments on commit fdb5edd

Please sign in to comment.