Commit History

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

liumaolin commited on

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

liumaolin commited on

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

liumaolin commited on

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

liumaolin commited on

缓存user_prompts以提高性能
d12af4f

liumaolin commited on

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

liumaolin commited on

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

liumaolin commited on

调整LLM prompt的存放位置
310c0ba

liumaolin commited on

Refactor LlamaCpp initialization to simplify parameter handling and remove unused callback manager
941bf07

liumaolin commited on

Introduce Apple Silicon hardware optimization and dynamic LLM configuration
bdc3b7b

liumaolin commited on

Refactor project: split `main.py` functionality into modular components under `cli`, `core`, and `config`.
d08a15b

liumaolin commited on

Update `paths.py`: improve PROJECT_ROOT resolution with `_MEIPASS` support and enhance third-party path handling.
664d767

liumaolin commited on

Rename 'src/VoiceDialogue' to 'src/voice_dialogue'.
511ff0c

liumaolin commited on