MCPcopy Create free account
hub / github.com/Tele-AI/Telechat / __str__

Method __str__

models/7B/generation_utils.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 return self.input_history.__len__()
49
50 def __str__(self):
51 return self.input_history.__str__()
52
53 def __copy__(self):
54 new_instance = type(self)(self.tokenizer, [])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected