Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 15, 2023
1 parent 6dd8292 commit 394a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

if(project.hasProperty('useOllama') {
if(project.hasProperty('useOllama')) {
implementation 'org.springframework.experimental.ai:spring-ai-ollama-spring-boot-starter:0.7.1-SNAPSHOT'
implementation 'org.springframework.experimental.ai:transformers-embedding:0.7.1-SNAPSHOT'
} else {
Expand Down

0 comments on commit 394a0f5

Please sign in to comment.