LangChain4j
LangChain4j
@Nika-code so sorry for the late reply! I see that there is a PR already :(
@yunmaoQu awesome, thanks a lot in advance!
Implemented in https://github.com/langchain4j/langchain4j/pull/1464
Could you please enable logs: ```java ChatLanguageModel model = VertexAiGeminiChatModel.builder() ... .logRequests(true) .logResponses(true); ``` And paste a response here? It would be great to see the generated response/json
Perharps you need to adjust logging configuration. It should be `DEBUG` for `dev.langchain4j` and `dev.ai4j.openai4j` packages
@anandjaisy did you manage to enabe logs and/or figure out the issue?
For Anthropic via AWS Bedrock as well
@sakoojiang thank you, but PRs without tests are declined, so please add tests