Skip to content

Commit

Permalink
Merge pull request #847 from quarkiverse/samples-updates
Browse files Browse the repository at this point in the history
Update version in jbang sample
  • Loading branch information
geoand authored Sep 2, 2024
2 parents 664087b + 78399e4 commit 943c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/jbang-joke-bot/jokes.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.quarkus.platform:quarkus-bom:3.11.1@pom
//DEPS io.quarkus:quarkus-picocli
//DEPS io.quarkiverse.langchain4j:quarkus-langchain4j-openai:0.15.1
//DEPS io.quarkiverse.langchain4j:quarkus-langchain4j-openai:0.17.1
//Q:CONFIG quarkus.banner.enabled=false
//Q:CONFIG quarkus.log.level=WARN
import dev.langchain4j.model.chat.ChatLanguageModel;
Expand Down

0 comments on commit 943c305

Please sign in to comment.