Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问web_demo中聊天机器人为什么要 iframe src="https://minicpm-omni-webdemo-iframe.modelbest.cn"而不使用本地算力呢? #749

Open
bucess opened this issue Jan 18, 2025 · 2 comments
Assignees

Comments

@bucess
Copy link

bucess commented Jan 18, 2025

请问web_demo中聊天机器人为什么要 iframe src="https://minicpm-omni-webdemo-iframe.modelbest.cn"而不使用本地算力呢?

@inflatebot
Copy link

Image
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.

@inflatebot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants