gliffcheung
gliffcheung
The usage of domain names in the upstream node makes it impossible to distinguish the healthy nodes. Prometheus scrapes the metric `apisix_upstream_status` using IP addresses instead of domain names, leaving...
If two domains have the same ip, apisix may even use the domain name of an unhealthy node. https://github.com/apache/apisix/blob/master/apisix/balancer.lua#L110 ```lua for _, node in ipairs(nodes) do if node.domain then local...
Before reviewing the code, I was puzzled as to why the answers were still getting cut off even after setting a high value for `max_tokens` in `dialog.llm_setting`. Why is there...
I use Xinference to add model qwen2.5. @KevinHuSh