Closed Plawn closed 6 months ago
It looks like the responseFormat is just implemented for the image model, actually not for chat model. Maybe I can provide a PR tomorrow.
Many are the thanks
Looking in the langchain4j documentation
Can you please point to where you see this in the documentation?
Oh I see!
So indeed we need to add that AzureAI feature here too.
It looks like the responseFormat is just implemented for the image model, actually not for chat model. Maybe I can provide a PR tomorrow.
This would be very nice!
I'm still struggling with formatting lf/crlf topics, fix is locally working, but not sure what is wrong with my ide...
You can just do mvn install -f openai/azure-openai
and commit after the changes the auto-formatting makes.
Well, looks like I got it. Here is the PR: https://github.com/quarkiverse/quarkus-langchain4j/pull/483 Just mixed up my private and my work account, but this shouldn't be a problem.
Closed by #483
Hello,
Sorry to bother you with such questions :),
I can't seem to enable the json mode with azure-open, looking in the code, it seems it should work with this configuration but It's not working.
Looking in the langchain4j documentation, It looks like the way to configure the
responseFormat
is not the Same for the OpenAIClient and the AzureOpenAiClient.Thanks