sessions/fall24/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/web/QuoteController.java [51:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public QuoteController(QuoteService quoteService,
                           QuoteLLMService quoteLLMService,
                           QuoteLLMInGKEService quoteLLMInGKEService,
                           QuoteLLMInVertexService quoteLLMInVertexService) {
        this.quoteService = quoteService;
        this.quoteLLMService = quoteLLMService;
        this.quoteLLMInGKEService = quoteLLMInGKEService;
        this.quoteLLMInVertexService = quoteLLMInVertexService;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ai-patterns/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/web/QuoteController.java [51:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public QuoteController(QuoteService quoteService,
                           QuoteLLMService quoteLLMService,
                           QuoteLLMInGKEService quoteLLMInGKEService,
                           QuoteLLMInVertexService quoteLLMInVertexService) {
        this.quoteService = quoteService;
        this.quoteLLMService = quoteLLMService;
        this.quoteLLMInGKEService = quoteLLMInGKEService;
        this.quoteLLMInVertexService = quoteLLMInVertexService;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



