James
James
My system is cent os 7. I use "python index.py --port 900" to start the service.But there is no data display on the web UI.
```c# var networks = NetworkInfo.GetRealNetworkInfos(); for (int i = 0; i < networks.Length; i++) { data.Add($"net_work_{i + 1}_ipv4", (networks[i].AddressIpv4.ToString())); data.Add($"net_work_{i + 1}_ipv6", (networks[i].AddressIpv6.ToString())); data.Add($"net_work_{i + 1}_total_up_kb", (networks[i].Ipv4Statistics.BytesSent / 1024).ToString()); data.Add($"net_work_{i...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** need AI Speaker **Describe alternatives you've considered** support text 2 voice model(onnx) such as...
[BUG] In multi - round conversations, the replies generated by the Phi3 Medium model become chaotic
**Describe the bug** In multi - round conversations, the replies generated by the Phi3 Medium model become chaotic **To Reproduce** Steps to reproduce the behavior: 1. Go to 'samples' 2....