MCPcopy
hub / github.com/Tele-AI/Telechat / pop

Method pop

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

Source from the content-addressed store, hash-verified

33 self.input_history.appendleft(message)
34
35 def pop(self):
36 x = self.input_history.pop()
37 return x
38
39 def pop_left(self):
40 x = self.pop_left()

Callers 5

from_quantizedMethod · 0.45
processFunction · 0.45
build_inputs_for_chatMethod · 0.45
updateMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected