MCPcopy Create free account
hub / github.com/OpenBMB/MiniCPM-V / chat

Method chat

chat.py:270–271  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

268 self.model = MiniCPMV(model_path)
269
270 def chat(self, input):
271 return self.model.chat(input)
272
273
274if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

chatMethod · 0.45

Tested by

no test coverage detected