MCPcopy
hub / github.com/kaixindelele/ChatPaper / decode

Method decode

chat_translate.py:26–27  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

24 return encoder.encode(*args, **kwargs)
25
26 def decode(self, *args, **kwargs):
27 encoder = self.get_encoder(self.model)
28
29
30def parse_pdf(path):

Callers 6

upload_giteeMethod · 0.80
fetch_dataFunction · 0.80
ask_streamMethod · 0.80
upload_giteeMethod · 0.80
ask_streamMethod · 0.80
upload_giteeMethod · 0.80

Calls 1

get_encoderMethod · 0.95

Tested by

no test coverage detected