Skip to content

Commit 4c9ab36

Browse files
authored
Update README.md
Signed-off-by: Konstantin Pavlov <[email protected]>
1 parent e8a0cc5 commit 4c9ab36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Add the following dependencies to your `pom.xml`:
4747
<dependency>
4848
<groupId>dev.langchain4j</groupId>
4949
<artifactId>langchain4j</artifactId>
50-
<version>1.0.0-alpha1</version>
50+
<version>1.0.0-beta1</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>dev.langchain4j</groupId>
5454
<artifactId>langchain4j-open-ai</artifactId>
55-
<version>1.0.0-alpha1</version>
55+
<version>1.0.0-beta1</version>
5656
</dependency>
5757
</dependencies>
5858
```
@@ -64,7 +64,7 @@ Add the following to your `build.gradle.kts`:
6464
```kotlin
6565
dependencies {
6666
implementation("me.kpavlov.langchain4j.kotlin:langchain4j-kotlin:$LATEST_VERSION")
67-
implementation("dev.langchain4j:langchain4j-open-ai:1.0.0-alpha1")
67+
implementation("dev.langchain4j:langchain4j-open-ai:1.0.0-beta1")
6868
}
6969
```
7070

0 commit comments

Comments
 (0)