Interface QwenChatModelBuilderFactory

All Superinterfaces:
Supplier<QwenChatModel.QwenChatModelBuilder>

public interface QwenChatModelBuilderFactory extends Supplier<QwenChatModel.QwenChatModelBuilder>
A factory for building QwenChatModel.QwenChatModelBuilder instances.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get