Class SpringAITencentService

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

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

    • tencentChatModel

      @Autowired(required=false) private org.springframework.ai.openai.OpenAiChatModel tencentChatModel
  • Constructor Details

    • SpringAITencentService

      public SpringAITencentService()
  • Method Details