quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
133 stars 79 forks source link

make vertexai.gemini timeout configurable #640

Closed exaV closed 4 months ago

exaV commented 4 months ago

and inherit the default from quarkus.langchain4j.timeout

geoand commented 4 months ago

The code needs to be formatted properly, see:

Error:  Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.23.0:validate (default) on project quarkus-langchain4j-vertex-ai-gemini: File '/home/runner/work/quarkus-langchain4j/quarkus-langchain4j/model-providers/vertex-ai-gemini/runtime/src/main/java/io/quarkiverse/langchain4j/vertexai/runtime/gemini/VertexAiGeminiRecorder.java' has not been previously formatted. Please format file (for example by invoking `mvn -f model-providers/vertex-ai-gemini/runtime net.revelc.code.formatter:formatter-maven-plugin:2.23.0:format`) and commit before running validation! -> [Help 1]
exaV commented 4 months ago

Thanks for providing the Error along with the command, I did not notice what was wrong. Should be good now.