Commit History

Bundle Qwen3-ASR weights in packaged app; slim PyInstaller assets
2e4bd5d

hzeng412 Claude Fable 5 commited on

ASR: use auto language detection to reject non-speech (fixes hallucination)
21dbad4

hzeng412 Claude Fable 5 commited on

Make Qwen3-ASR the default on main; bump to 1.2.0
3c70498

hzeng412 Claude Fable 5 commited on

Add audio output device (speaker) selection
a3bf559

hzeng412 Claude Fable 5 commited on

Show the active ASR engine in the UI
c3f5082

hzeng412 Claude Fable 5 commited on

Add script to convert TTS .bin weights to safetensors
e73f2e4

hzeng412 Claude Fable 5 commited on

Fix websocket route registration for starlette >= 1.0
a17b420

hzeng412 Claude Fable 5 commited on

ASR: add Qwen3-ASR engine, default zh/en to it on this branch
417ffa1

hzeng412 Claude Fable 5 commited on

README: lead with GUI (clone-and-run) quick start, move CLI after
3c3f610

hzeng412 Claude Opus 4.8 (1M context) commited on

Electron: open external links in system browser
89dd896

hzeng412 Claude Opus 4.8 (1M context) commited on

Add About tab in settings (models used + repo links)
45d25d1

hzeng412 Claude Opus 4.8 (1M context) commited on

Add external mic array support, UI i18n, glass settings redesign, and fixes
afd6c89

hzeng412 Claude Opus 4.8 (1M context) commited on

Update project docs.
2f3888a

liumaolin commited on

refactor(core): Architecturally decouple Audio, ASR, and TTS modules
60f8238

liumaolin commited on

简化LLM模型路径管理。
2baeba2

liumaolin commited on

打包Python时默认激活Python虚拟环境
b319d19

liumaolin commited on

修复electron app打包时,需要notary两次的问题
00c731a

liumaolin commited on

[fix]: notarize debug info.
0d40789

Xin Zhang commited on

更新前端资源文件
f7c398e

liumaolin commited on

[fix]: role bugfix.
6883144

Xin Zhang commited on

为LLMResponseGenerator类添加TaskStatusMixin混入,以增强任务有效性检查功能,确保在生成回答时任务状态的有效性。
d205383

liumaolin commited on

Update frontend assets.
eeb7fe5

liumaolin commited on

Merge branches 'main' and 'main' of hf.co:MoYoYoTech/VoiceDialogue
4029b29

Xin Zhang commited on

[fix]: voice selection bugfix.
797cd52

Xin Zhang commited on

更新音频任务处理逻辑,使用模型副本替代原始任务对象,以确保数据一致性和完整性。
2c7e742

liumaolin commited on

重构处理LLM生成chunk内容的方法,以提高文本生成的准确性。
e3d17e2

liumaolin commited on

去除对 LLM 输出的处理
08fc60d

liumaolin commited on

更新LLM模型参数,调整top_p值为0.8,并添加max_tokens参数,设置为32768。
c531bfc

liumaolin commited on

更新用户配置文件,修复logger导入路径以确保正确加载日志记录功能。
bbf79f2

liumaolin commited on

更新加载页面图标路径,添加新的图标文件至assets/images目录。
fb2e3d6

liumaolin commited on

更新前端文件
1cc5d82

liumaolin commited on

[fix]: improve style.
31e11af

Xin Zhang commited on

[fix]: remove frontend ref audio.
8ba9c84

Xin Zhang commited on

Merge branch 'main' of hf.co:MoYoYoTech/VoiceDialogue
f71be4e

Xin Zhang commited on

[feature]: update prompt config.
d35a0ba

Xin Zhang commited on

添加获取TTS模型参考音频的API路由,支持通过模型ID获取音频文件。
226effc

liumaolin commited on

Merge branch 'main' of hf.co:MoYoYoTech/VoiceDialogue
8ead306

Xin Zhang commited on

[feature]:prompt config.
73e6ae0

Xin Zhang commited on

更新API文档
5258538

liumaolin commited on

缓存user_prompts以提高性能
d12af4f

liumaolin commited on

调整prompt的逻辑,确保展示的提示词中不包含/no_think指令
22a06c4

liumaolin commited on

添加设置相关的API路由
15ab478

liumaolin commited on

在测试文件中添加对中文和英文系统提示的导入检查,以确保在未定义时能够正确加载配置。
1816130

liumaolin commited on

调整LLM prompt的存放位置
310c0ba

liumaolin commited on

增强任务有效性检查,添加日志记录以便于调试。
b7ae839

liumaolin commited on

在生成TTS音频时始终记录生成信息。
3a6b6fc

liumaolin commited on

在`SpeechStateMonitor`类的初始化过程中调用该方法,确保在创建新语音任务时中断任务ID被正确重置。
259c23b

liumaolin commited on

更新electron-app的package.json文件,设置版本号为日期。
5f0761d

liumaolin commited on

Merge branch 'main' of hf.co:MoYoYoTech/VoiceDialogue
f5ce097

Xin Zhang commited on

[fix]: update frame.
2d7fc97

Xin Zhang commited on