metaprompting.llm.CopyPasteLLM

class metaprompting.llm.CopyPasteLLM(multiline=True, auto_copy_paste=False, instructions=True)[source]

Bases: LLM

Public Methods:

__init__([multiline, auto_copy_paste, ...])

__call__(prompt, *args, **kwargs)

Call the LLM with given arguments and return its output.

Inherited from LLM

__call__(prompt, *args, **kwargs)

Call the LLM with given arguments and return its output.

Private Data Attributes:

_abc_impl

Inherited from LLM

_abc_impl

Inherited from ABC

_abc_impl


__abstractmethods__ = frozenset({})
__annotations__ = {}
__call__(prompt, *args, **kwargs)[source]

Call the LLM with given arguments and return its output.

__dict__ = mappingproxy({'__module__': 'metaprompting.llm', '__init__': <function CopyPasteLLM.__init__>, '__call__': <function CopyPasteLLM.__call__>, '__doc__': None, '__abstractmethods__': frozenset(), '_abc_impl': <_abc._abc_data object>, '__annotations__': {}})
__init__(multiline=True, auto_copy_paste=False, instructions=True)[source]
__module__ = 'metaprompting.llm'
__slots__ = ()
__weakref__

list of weak references to the object (if defined)

_abc_impl = <_abc._abc_data object>