-
Replace "first name" and "last name" fields with single field "name" for all the users of the system.
Checklist
- [X] Modify `src/main/java/org/springframework/samples/petclinic/model/Person.java`…
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily).
-
**Describe the bug**
I am using langchain4j-azure-open-ai in my project. I misconfigured some of the Azure deployment. As a result my chat client started returning the following text to the use…
-
Implement the service that interacts with OpenAI providers (OpenAI configuration, get embedding, etc.).
-
**Bug description**
Could not transfer artifact io.springboot.ai:spring-ai-bom:pom:1.0.3 from/to central (https://repo.maven.apache.org/maven2): status code: 403, reason phrase: Forbidden (403)
As…
-
I created a new Spring AI project using the Spring Initializr, including `spring-shell-starter` and `spring-ai-openai-spring-boot-starter`. After adding an OpenAI key, I get a failure on running a sim…
-
### Describe your question
SuperSonic版本:0.9.2
`OPENAI_API_BASE=https://dashscope.aliyuncs.com/api/v1/apps/{我的app_id}/completion
OPENAI_API_KEY={我的api_key}
OPENAI_MODEL_NAME=Qwen-MAX`
报错信息:Excep…
-
**Describe the bug**
Whenever a tool is a proxy class, the LLM is suddenly not aware of them, and they are never invoked.
**Log and Stack trace**
n/a
**To Reproduce**
Basically, whenever…
-
```python
import re, pprint
date_regex = r"\d{4}년 .+월 .+?일"
url_regex = r"(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&\/\/=]*)"
cur_date = ""
month…
-
**Bug description**
When I invoke the Google Gemini LLM, using either the Spring AI wrappers or the native Vertex API (described [here](https://cloud.google.com/vertex-ai/generative-ai/docs/start/qui…