You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm; when the Internet is disconnected, the chatbot demo ceases to work, since it can't access this URL.
It seems that an old demo is being embedded into the new one.
To be charitable, this would have saved time in developing it, since it's just a demo.
I can't say for sure whether the chatbot tab is actually using the an online instance of the model, but given that the Python code in this repo works (and MiniCPM-o performs quite well, I might add) I don't have any reason to suspect that they're being dishonest with this part of the demo. It is, after all, a pretty small part of it.
But I am concerned that the images I use to test the model from my own PC might be leaving my PC without me intending that. This should be fixed ASAP.
Yeah, the chatbot tab is not accessing the local model server. You can evaluate the model's chatbot capabilities with Python, but the web demo is embedding the remote version. This is also likely why that tab takes so long to load
最开始我们为了简化构建web demo流程,chatbot直接使用了远程连接。现在我们补充了chatbot demo的部署方法,请参考readme chatbot demo部分。
Initially, to simplify the process of building the web demo, the chatbot was directly connected remotely. Now, we have added deployment instructions for the chatbot demo. Please refer to the "Chatbot Demo" section at readme.
请问web_demo中聊天机器人为什么要 iframe src="https://minicpm-omni-webdemo-iframe.modelbest.cn"而不使用本地算力呢?
The text was updated successfully, but these errors were encountered: