Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_quantized
Method · 0.45
process
Function · 0.45
build_inputs_for_chat
Method · 0.45
update
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected