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

Method _meta_value

examples/server/server.py:11909–11910  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

11907 return cls.detect_embedding_model(llama_model)
11908
11909 def _meta_value(self, key: str) -> Optional[str]:
11910 return self._model_meta_value(self.llama_model, key)
11911
11912 def _build_chat_formatter(self) -> Optional[Jinja2ChatFormatter]:
11913 template_text = self.chat_template_override

Callers 1

__init__Method · 0.95

Calls 1

_model_meta_valueMethod · 0.95

Tested by

no test coverage detected