Interface ChatGlmChatModelBuilderFactory

All Superinterfaces:
Supplier<ChatGlmChatModel.ChatGlmChatModelBuilder>

public interface ChatGlmChatModelBuilderFactory extends Supplier<ChatGlmChatModel.ChatGlmChatModelBuilder>
A factory for building ChatGlmChatModel.ChatGlmChatModelBuilder instances.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get