Skip to content

Commit

Permalink
Update README to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Jan 8, 2025
1 parent 66c650b commit 20c62a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To incorporate Quarkus LangChain4j into your Quarkus project, add the following
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-openai</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ or, to use Ollama:
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-ollama</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
```

Expand Down

0 comments on commit 20c62a6

Please sign in to comment.