Philipp Nanz
Philipp Nanz
Hi there, I like the idea of this library very much (thanks!), I would like to request the following feature to make it even more useful: Please add a implementation...
Hi there, I have been playing around with SCDF quite a bit lately and like it very much, so thanks for all your hard work! There is one feature that...
Hi there, the Ansible support for creating AKS clusters comes in very handy, thanks for that! I have one request though: I woud like to use the cluster autoscaler with...
Hi there, Microsoft has added support for structured output in Azure AI OpenAI SDK beta 1.0.0-beta12. It's pretty similar to the feature in the original OpenAI endpoint. Please see https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-openai_1.0.0-beta.12/sdk/openai/azure-ai-openai/src/samples/java/com/azure/ai/openai/StructuredOutputsResponseFormat.java...
## Issue Fixes #2799 ## Change This PR basically adds the Azure `HttpClientProvider` as a argument to `dev.langchain4j.model.azure.InternalAzureOpenAiHelper#setupAsyncClient` and `dev.langchain4j.model.azure.InternalAzureOpenAiHelper#setupSyncClient` Then, all the models were changed to add this property...
Hi there, we are facing a problem with the Azure OpenAI chat model, that it throws a "channel not registered to an event loop" error when receiving a 429 response...
**Describe the bug** Hi there, The `AzureOpenAiChatModel` seems to be missing some of the latest structural changes that have been applied to the `OpenAiChatModel`. In particular, it cannot deal with...
## Issue Closes #3070 ## Change This PR brings `AzureOpenAiChatModel` and friends up to par with OpenAI model in terms of support for defaultChatRequestParameters and usage of the new `doChat`...