Class Phi2Dialog.Builder

    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • build

        protected Phi2Dialog build​(java.lang.String humanTag,
                                   java.lang.String llmTag)
        Builds a new instance of Phi2Dialog based on the configured settings.
        Parameters:
        humanTag - The tag representing human input.
        llmTag - The tag representing LLM output.
        Returns:
        A new instance of Phi2Dialog.