Alexzhang

Results 5 comments of Alexzhang

@osen77 在代码 src/common/components/Settings.tsx 的1353 行增加如下行重新make即可 { label: `Ollama (${t('Local Model')})`, id: 'Ollama' },

@tzssangglass yes, I want to select upstream based on metadata obtained in nacos.

> > @alex8224 You may implement your own balancer and use it in `Upstream` objects. > > See https://apisix.apache.org/blog/2021/07/28/release-apache-apisix-2.8/#new-way-to-develop-support-for-custom-balancer . @tokers I can only find very little about how to...

@tzssangglass **If so, that's pretty good** Generally use the 127.0.0.1:8848/nacos/v1/ns/instance/list?serviceName=xxx&namespaceId=dev interface to get all service instances under a namespaceId, The output of the interface call is as follows ```json {...

In fact, RegisterDevice.py also omit the "Command" property. python SimulateCommand.py [ENTITY_ID] ‘[COMMAND]‘ will produce "command" property not found and no "RawCommand" property error.