Julien Dubois
Julien Dubois
Microservices should communicate in HTTPS with the gateway and OAuth2 server (at least). - Maybe this could be an option? We need to study the security issues here. - Configure...
The Assistants API is already being discussed in #271 We have an Azure SDK for Java library that supports the Assistants API, both for Azure OpenAI and for (non-Azure) OpenAI...
I've been pinged as this repo doesn't meet the "durable ownership minimums" for Microsoft compliance. Please add another owner to this repo to meet those requirements! I'll check this in...
This uses the configuration I wrote at https://github.com/langchain4j/langchain4j/pull/337 It should also fix some of the issues posted at https://github.com/spring-projects/spring-petclinic/pull/1514
Hello! We've been working on doing a new re-design of the main JHipster website, and we would love to include you! The discussion is at https://github.com/jhipster/jhipster.github.io/pull/1357 Would like to continue...
GitHub Models is a new feature provided by GitHub, which can be found at https://github.com/marketplace/models It allows to access a variety of models using a GitHub API key, and they...
Currently when we have a "Responsible AI" error (=violence, sexual content, etc), we return a message with the error: https://github.com/langchain4j/langchain4j/blob/29299124489179aca7391209ec3b8ae0b9cce28e/langchain4j-azure-open-ai/src/main/java/dev/langchain4j/model/azure/AzureOpenAiChatModel.java#L318 There is feedback to throw an exception instead of returning...