Mysterious bug in using OpenAiChatModel API
Mysterious bug: When using the OpenAiChatModel API, I’m encountering an issue where the parameter values obtained using @Value annotation are exactly the same as the ones I directly defined. I even printed them out to verify, but while hardcoded values work successfully, the values obtained through @Value annotation are not being passed successfully.
How to change the restclient implementation for springai?
how can we change the RestClient Implementation for spring-ai?
We want to use the JdkClientHttpRequestFactory for testing or another implementation.