Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
chat
Method · 0.45
Tested by
no test coverage detected