Skip to content

Commit

Permalink
Use LangChain4j new model names and refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: mydeveloperplanet <[email protected]>
  • Loading branch information
mydeveloperplanet committed Nov 16, 2024
1 parent ef35ee6 commit ea3f58a
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 102 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tasks.named("buildPlugin") {
}

dependencies {
val lg4j_version = "0.34.0"
val lg4j_version = "0.36.0"

// Add the dependencies for the core module
implementation(project(":core"))
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
val lg4j_version = "0.33.0"
val lg4j_version = "0.36.0"
implementation("dev.langchain4j:langchain4j:$lg4j_version")
implementation("dev.langchain4j:langchain4j-ollama:$lg4j_version")
implementation("dev.langchain4j:langchain4j-local-ai:$lg4j_version")
Expand Down
Loading

0 comments on commit ea3f58a

Please sign in to comment.