When using Spring AI library. If I want to have three independent model conversations with a model (like three conversation web pages), each with its own configuration. Should I create three ChatModels and use them as constructors for three ChatClient, or should I create three ChatClient and use one ChatmModel as a constructor parameter?
I have set property
spring.ai.chat.client.enabled=false