Skip to content

Commit

Permalink
Update README to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Nov 28, 2024
1 parent b96b7f2 commit 5ebb4a4
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.22.0.CR2</version>
<version>0.22.0</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.22.0.CR2</version>
<version>0.22.0</version>
</dependency>
```

Expand Down

0 comments on commit 5ebb4a4

Please sign in to comment.