Skip to content

Commit

Permalink
Merge pull request #337 from mydeveloperplanet/issue-333
Browse files Browse the repository at this point in the history
Use LangChain4j new model names and refactoring
  • Loading branch information
stephanj authored Nov 17, 2024
2 parents ef35ee6 + ea3f58a commit 7fabc38
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 7fabc38

Please sign in to comment.