Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Jun 9, 2023
1 parent 71e7d5a commit 180e2f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gpt4all-bindings/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ You can add GPT4ALL Large language models into your Java project quick and easy.
```
For other dependency system see [Maven Central Java bindings](https://central.sonatype.com/artifact/com.hexadevlabs/gpt4all-java-binding/)

To download a model bin file use url such as https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin, for more information about models see [Models info](https://docs.gpt4all.io/index.html#navigating-the-documentation)

Sample code to use:
```java
public class Example {
Expand Down

0 comments on commit 180e2f4

Please sign in to comment.