Can the timeout duration of ChatClient be adjusted?
When I use ChatClient to request an LLM model, I always get a timeout error after one minute. Are there any parameters that can be modified to change the timeout, or can you tell me how to adjust it? Thank you very much!
enter image description here
enter image description here
issue with `AzureOpenAiChatOption` – missing `getTopK` method – application hangs
When I try to use spring-ai with Azure OpenAI, the application hangs. I suspect the initialisation of ChatOptions
. I observe a RuntimeException
from BeanWrapperImpl
when the application tries to read data from getTopK
, a method that does not exist in AzureOpenAiChatOption
.
When using ‘ollama’ and ‘openai’ models in the same project, they cannot be configured with ‘@Primary’
Bug description
When using ‘ollama’ and ‘openai’ models in the same project, they cannot be configured with ‘@Primary’.
How to generate image description with GPT-4o with SpringAI 1.0.0 Milestone
I am using Spring AI 1.0.0-M1 trying to submit an image to GPT-4o for description.
How to build a function call without input parameter in spring AI
I tried to define a function call in spring ai as below