Yi-Ting Chiu
Yi-Ting Chiu
> I'm planning to work on this. In my experience, this requires about 5 audio clips from each speaker you want to register with the system. I have been working...
如果你指的是 Qwen 的 API 的话,他们的 API 应该兼容 OpenAI API 格式,你可以直接把相关的参数填写在 `openai_compatible_llm` 设置下来使用。 不过我们可以添加一个 qwen 的设置项来帮助小白用户轻松的使用。
其实我们项目里除了 Claude, llamacpp 和 ollama (加了模型内存管理) 以外,其他全都是 openai_compatible_llm 的马甲😂,只是改了 base_url 和一些别的设定方便用户直接用而已。所以添加一个 qwen api的也很合理。
Can you try update to the latest version (`v0.4.1`) and see if the issue persist? I added a fix related to audio playback in the frontend in `v0.4.1`, although I'm...
Sorry that I seem to have forgotten this issue. Our project have went through significant changes since you opened the issue. This includes a complete rewrite of the frontend and...
你是天才吗?
There seems to be a problem with `uv` and `spaCy`, which prevents me from properly setting up kokoro package with uv. Once everything is set up with conda, the code...
Thank you for the heads up. I will have to do some testing to ensure we can safely go to numpy 2 without breaking things. btw, the reason why we...
据我所知 (我不是 Live2D 专家),Live2D 模型里面有个长得像 `.model3.json` 的文件 (我个人认为这个文件类似 live2d 模型的一个目录),里面会写类似这样的东西 ```json "Expressions": [ { "Name": "exp_01", "File": "expressions/exp_01.exp3.json" }, { "Name": "exp_02", "File": "expressions/exp_02.exp3.json" }, { "Name": "exp_03", "File": "expressions/exp_03.exp3.json"...