MCPcopy Index your code
hub / github.com/abetlen/llama-cpp-python / __call__

Method __call__

llama_cpp/llama_chat_format.py:187–192  ·  view source on GitHub ↗
(
        self,
        *,
        messages: List[llama_types.ChatCompletionRequestMessage],
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

185 of stop tokens to use for the completion."""
186
187 def __call__(
188 self,
189 *,
190 messages: List[llama_types.ChatCompletionRequestMessage],
191 **kwargs: Any,
192 ) -> ChatFormatterResponse: ...
193
194
195class Jinja2ChatFormatter(ChatFormatter):

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected