Results 53 comments of jonghoonpark

> I want to know what request parameters springai sent to the LLM You can log the request body by customizing the Rest Client. The following link will help: https://github.com/spring-projects/spring-ai/issues/883#issuecomment-2739772323

A PR for GPT 4.1 has been created. https://github.com/spring-projects/spring-ai/pull/2747 o3, o4-mini have not been created yet.

Of course :) If the branch is created based on the main branch, the merge should work without any issues.

🙌 Please fix the DCO check by signing your commit. `git commit --amend --signoff`

Sorry for the late reply. @jannikmaierhoefer I think it's a good guide. It inspired me with a couple of ideas that might help in the future: - Creating a separate...

com.alibaba.cloud.ai.example.chat.openai.controller.ChatClientController.simpleChat(ChatClientController.java:88) Can you share the code of this part? --- Based on the content of the logs, I think the 400 error might have occurred from the Alibaba API. Could...

Could you share the response body in Spring AI? You can log the response body by customizing the Rest Client. The following link will help: https://github.com/spring-projects/spring-ai/issues/883#issuecomment-2739772323

The same issue has been registered twice. Please delete one. related issue: https://github.com/spring-projects/spring-ai/issues/2915

recent related issue: https://github.com/spring-projects/spring-ai/issues/2725 I created PR about this feature : https://github.com/spring-projects/spring-ai/pull/2754 @markpollack

Are you sure you're using the `SNAPSHOT` version and not the `M7` (or other milestone version)?