Class SpringAIOllamaChatService

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

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

    • bytedeskOllamaApi

      @Autowired @Qualifier("bytedeskOllamaApi") private org.springframework.ai.ollama.api.OllamaApi bytedeskOllamaApi
    • bytedeskOllamaChatModel

      @Autowired(required=false) @Qualifier("bytedeskOllamaChatModel") private org.springframework.ai.ollama.OllamaChatModel bytedeskOllamaChatModel
  • Constructor Details

    • SpringAIOllamaChatService

      public SpringAIOllamaChatService()
  • Method Details