1answer 79views Spring AI – how to customize the HTTP client used for a ChatClient? I have created a simple example to perform a AI chat request following tutorials for a Spring controller method : @PostMapping(value = “/with-springai”, consumes = MediaType.TEXT_PLAIN_VALUE,… spring spring-ai JanDasWiesel