Class SpringAIDashscopeChatService

java.lang.Object
com.bytedesk.ai.springai.service.BaseSpringAIService
com.bytedesk.ai.springai.providers.dashscope.SpringAIDashscopeChatService
All Implemented Interfaces:
SpringAIService

@Service @ConditionalOnProperty(prefix="spring.ai.dashscope.chat", name="enabled", havingValue="true", matchIfMissing=false) public class SpringAIDashscopeChatService extends BaseSpringAIService
  • Field Details

    • bytedeskDashscopeChatModel

      @Autowired(required=false) @Qualifier("bytedeskDashscopeChatModel") private org.springframework.ai.chat.model.ChatModel bytedeskDashscopeChatModel
  • Constructor Details

    • SpringAIDashscopeChatService

      public SpringAIDashscopeChatService()
  • Method Details