Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getLlmType (0.04 seconds)

  1. src/main/java/org/codelibs/fess/llm/LlmClientManager.java

         *
         * @return true if LLM chat is configured and available, false otherwise
         */
        public boolean available() {
            final String llmType = getLlmType();
            if (Constants.NONE.equals(llmType)) {
                if (logger.isTraceEnabled()) {
                    logger.trace("[LLM] LLM not available. llmType=none");
                }
                return false;
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 11:10:51 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top