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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744044222a4548874.html
评论列表(0条)