MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / _identifying_params

Method _identifying_params

bmtools/models/customllm.py:20–22  ·  view source on GitHub ↗

Get the identifying parameters.

(self)

Source from the content-addressed store, hash-verified

18
19 @property
20 def _identifying_params(self) -> Mapping[str, Any]:
21 """Get the identifying parameters."""
22 return {"n": self.n}
23
24if __name__ == "__main__":
25 llm = CustomLLM()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected