llmp.components.instruction.generation.InstructionGenerator¶
- class llmp.components.instruction.generation.InstructionGenerator(job: JobRecord, debug: bool = False, **kwargs)[source]¶
Methods
__init__(job[, debug])generate(*args, **kwargs)Generate text based on the job and input object.
run()Run the instruction generation process.
- generate(*args, **kwargs)¶
Generate text based on the job and input object.