All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.langchain4j.model.chatglm.spi.ChatGlmChatModelBuilderFactory Maven / Gradle / Ivy

The newest version!
package dev.langchain4j.model.chatglm.spi;

import dev.langchain4j.model.chatglm.ChatGlmChatModel;

import java.util.function.Supplier;

/**
 * A factory for building {@link ChatGlmChatModel.ChatGlmChatModelBuilder} instances.
 */
public interface ChatGlmChatModelBuilderFactory extends Supplier {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy