File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ Add the following dependencies to your `pom.xml`:
47
47
<dependency >
48
48
<groupId >dev.langchain4j</groupId >
49
49
<artifactId >langchain4j</artifactId >
50
- <version >1.0.0-alpha1 </version >
50
+ <version >1.0.0-beta1 </version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >dev.langchain4j</groupId >
54
54
<artifactId >langchain4j-open-ai</artifactId >
55
- <version >1.0.0-alpha1 </version >
55
+ <version >1.0.0-beta1 </version >
56
56
</dependency >
57
57
</dependencies >
58
58
```
@@ -64,7 +64,7 @@ Add the following to your `build.gradle.kts`:
64
64
``` kotlin
65
65
dependencies {
66
66
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 " )
68
68
}
69
69
```
70
70
You can’t perform that action at this time.
0 commit comments