-
**Expected Behavior**
Essentially, title.
Some of the modern UI frameworks for LLMs tend to standardize on using what's called an "OpenAI compliant API" response format, where, essentially, you …
-
The current AzureOpenAI auto-configuration code assume that the users will provide a static api key if no key is set, then an exception is throw see https://github.com/spring-projects/spring-ai/blob/c…
-
**Is your feature request related to a problem? Please describe.**
In a Spring Boot application using the Azure Open AI starter, I need to pass a special HTTP header to access the OpenAI instance p…
-
org.springframework.ai
spring-ai-openai
Can you provide a programmatic dependency based on openai?
-
**Bug description**
When I create a RAG Application with SimilaritySearch, the search returns similar documents when using Azure OpenAI, but always returns zero documents with Ollama. The issue occur…
-
OpenAI has finally launched support for audio modality in its chat completion API, both as input and as output.
We should start by supporting the input audio modality, in line with the existing API…
-
Whenever I have both dependencies
```
org.springframework.ai
spring-ai-openai-spring-boot-starter
0.8.1
io…
-
I want to be able to run this application locally with my LLM, such as Ollama.
The application now requires `openai.api.key` in `LangChain4jConfig`. No way to skip the langchain4j-openai creation o…
-
[[问题描述
简要描述您碰到的问题。
class com.alibaba.fastjson2.JSONObject cannot be cast to class org.springframework.ai.openai.api.OpenAiApi$Embedding (com.alibaba.fastjson2.JSONObject and org.springframework.ai.o…
-
Followed instructions as per [Integrating the Spring AI Chatbot](https://github.com/odedia/spring-petclinic-microservices/?tab=readme-ov-file#integrating-the-spring-ai-chatbot) but application fails t…