Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jul 6, 2023
1 parent e450fc3 commit 1b015fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var llm = OpenAI.builder()
.build()
.init();

var result = llm.predict("What would be a good company name for a company that makes colorful socks?");
var result = llm.predict("What would be a good company name for a company that makes colorful socks?");
print(result);
```
And now we can pass in text and get predictions!
Expand Down Expand Up @@ -329,18 +329,18 @@ Certainly! I am an AI language model developed by OpenAI called GPT-3. I have be
## 4. Run Test Cases from Source
```shell
$ git clone https://github.com/HamaWhiteGG/langchain-java.git
$ cd langchain-java
git clone https://github.com/HamaWhiteGG/langchain-java.git
cd langchain-java
# export JAVA_HOME=JDK17_INSTALL_HOME && mvn clean test
$ mvn clean test
mvn clean test
```
This project uses Spotless to format the code. If you make any modifications, please remember to format the code using the following command.
```shell
# export JAVA_HOME=JDK17_INSTALL_HOME && mvn spotless:apply
$ mvn spotless:apply
mvn spotless:apply
```
## 5. Support
Expand Down

0 comments on commit 1b015fb

Please sign in to comment.