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

Method __str__

models/12B_4bit/generation_utils.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 return self.input_history.__len__()
52
53 def __str__(self):
54 return self.input_history.__str__()
55
56 def __copy__(self):
57 new_instance = type(self)(self.tokenizer, [])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected