Class Llama3ChatDialog


  • public class Llama3ChatDialog
    extends PicoLLMDialog
    Represents a dialog helper specific for `llama-3-8b-instruct` and `llama-3-70b-instruct` models.
    • Method Detail

      • getPrompt

        public java.lang.String getPrompt()
                                   throws PicoLLMException
        Generates a formatted prompt string based on the dialog's content and configured settings.
        Overrides:
        getPrompt in class PicoLLMDialog
        Returns:
        A formatted prompt string.
        Throws:
        PicoLLMException - If there's an issue generating the prompt.