MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / chat_handler_with_kwargs

Method chat_handler_with_kwargs

llama_cpp/server/model.py:328–331  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

326 )
327
328 def chat_handler_with_kwargs(*args, **kwargs):
329 return base_chat_handler(
330 *args, **{**settings.chat_template_kwargs, **kwargs}
331 )
332
333 _model.chat_handler = chat_handler_with_kwargs
334 if settings.cache:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected