-
firstly AWESOME lib guys you saved my sanity. if i had to use Python for AI coding i don't know what would happen.
ok something really weird with image content on lc4j
-
When I cancel the `gradle azureFunctionsRun` command, gradle terminates, but `func` continues to run, and the function continue running.
```shell
func -v
4.0.5413
```
build.gradle.kts
```k…
-
Hi,
I mentioned about this on discord:
https://discord.com/channels/1156626270772269217/1272542948848042086
**Describe the bug**
I'm using AzureOpenAiChatModel to connect to Azure OpenAI and …
-
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested.
**Expected Behavior**
The call method of ChatClient supports returnin…
-
Sometimes we access OpenAI not necessarily through https://api.openai.com/. Due to network reasons, sometimes we will build a proxy domain for requests. We hope to support custom host functionality, n…
-
I have defined the following function class:
```
@Component
@Description("Returns the weather forecast for a given zip code.")
public class WeatherFunction implements Function {
@Override
…
-
First of all, thanks a lot @langchain4j for building such a great framework!
In the last few months, I’ve been working on Spring Boot support for LangChain4j in this project: https://github.com/Thom…
-
The generation is based on the generated plot as a text input using an external text to image service
The services are:
* Open AI (Dalle2)
* Ideogram.ai (not supported by spring AI)
* stability.ai
-
**Describe the bug**
We are building a RAG service with langchain4j and Azure Open AI and got some unexpected exceptions due to empty response content. We investigated the issue and found tha…
-
Project Abstract
This document introduces a Meal Prep App, a web-based application designed to streamline meal planning and grocery shopping. The app allows users to generate recipe ideas, save their…