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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
miloco部署compose
`services:
backend:
container_name: miloco-backend
image: ghcr.io/xiaomi/miloco-backend:latest
NOTICE: MUST be host for miot device discovery.
network_mode: host
expose:
environment:
volumes:
NOTICE: Mount configuration files, if you want to use your own configuration files, please mount them here.
- ./config/server_config.yaml:/app/config/server_config.yaml
- ./config/prompt_config.yaml:/app/config/prompt_config.yaml
restart: unless-stopped
healthcheck:
disable: true`
推理模型
本地模型qwen3-4b-instruct,通过flask提供API服务。文本模型正常,视觉模型向miloco发起工具调用时,miloco返回失败。tool_call的调用参数如下,也可见上图。
工具调用格式正确: {"name":"local_default__vision_understand","arguments":{"request_id":"analyze_living_room","query":"客厅里有没有人","location":"living room"}}请确认一下是否是参数问题还是其它问题?
Beta Was this translation helpful? Give feedback.
All reactions