Class SpringAITencentChatService

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

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

    • tencentChatModel

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

    • SpringAITencentChatService

      public SpringAITencentChatService()
  • Method Details