Skip to content

Commit

Permalink
Update README to use Ollama instead of Hugging Face
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Oct 31, 2024
1 parent 92c2aa5 commit 95c2b01
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 @@ -37,12 +37,12 @@ To incorporate Quarkus LangChain4j into your Quarkus project, add the following
</dependency>
```

or, to use hugging face:
or, to use Ollama:

```xml
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-hugging-face</artifactId>
<artifactId>quarkus-langchain4j-ollama</artifactId>
<version>{latest-version}</version>
</dependency>
```
Expand Down

0 comments on commit 95c2b01

Please sign in to comment.