BoWen Qiu
BoWen Qiu
I would like to work on this enhancement. I think implementing it with Tool Call is a good approach, but not all models support this feature. Perhaps having the model...
Thank you for your suggestion, but I think we can still use streaming text. We can have the model return both the response and the action to execute a command,...
I've made some progress. I defined a new mode called interactive shell, and as shown in the demo video below, it can execute commands during a conversation. I tested most...
Great, pushed a PR #363 to the `main` branch.
Using [thewh1teagle/kokoro-onnx](https://github.com/thewh1teagle/kokoro-onnx) seems to require numpy2 or higher. When using numpy1 with kokoro-onnx0.3.3, I encountered a character parsing error. However, there were no issues with numpy2.
我也认为直接放到前端页面是合适的,这能让服务不依赖配置启动。就基本不再需要存在ui界面的启动器了。我会看看这部分代码并且尝试一下。 I also think placing it directly on the frontend page is appropriate, as it allows the service to start without relying on configuration. This essentially eliminates the need for...