Guider
def Guider(
llm, **kwargs
):Guider Constructor. Note that the callback andcallback_manager parameters to onprem.LLM are not currently utilized by the Guider.
Args:
- llm: An
onprem.LLMobject
Guider Constructor. Note that the callback andcallback_manager parameters to onprem.LLM are not currently utilized by the Guider.
Args:
onprem.LLM objectA guided prompt. Input is a Guidance program (guidance>=0.1.0) that specifies constraints and conditions on the output for the prompt.
Args:
>=0.1.0) in the form a string or a guidance._grammar.Join objectecho=False if running stand-alone script.Returns: