Class SpringAICustomChatService

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

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

    • customChatModel

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

    • SpringAICustomChatService

      public SpringAICustomChatService()
  • Method Details