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.
- __abstractmethods__ = frozenset({})
- __annotations__ = {}
- __dict__ = mappingproxy({'__module__': 'metaprompting.llm', '__init__': <function CopyPasteLLM.__init__>, '__call__': <function CopyPasteLLM.__call__>, '__doc__': None, '__abstractmethods__': frozenset(), '_abc_impl': <_abc._abc_data object>, '__annotations__': {}})
- __module__ = 'metaprompting.llm'
- __slots__ = ()
- __weakref__
list of weak references to the object (if defined)
- _abc_impl = <_abc._abc_data object>