Skip to content

Commit

Permalink
Merge pull request #558 from exaV/patch-1
Browse files Browse the repository at this point in the history
Fix configuration error in Gemini
  • Loading branch information
geoand authored May 9, 2024
2 parents eae3081 + 8d39409 commit d3e1c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private static ConfigValidationException.Problem[] createConfigProblems(String k

private static ConfigValidationException.Problem createConfigProblem(String key, String modelName) {
return new ConfigValidationException.Problem(
"SRCFG00014: The config property quarkus.langchain4j.vertexai%s%s is required but it could not be found in any config source"
"SRCFG00014: The config property quarkus.langchain4j.vertexai.gemini%s%s is required but it could not be found in any config source"
.formatted(
NamedModelUtil.isDefault(modelName) ? "." : ("." + modelName + "."), key));
}
Expand Down

0 comments on commit d3e1c88

Please sign in to comment.