Commit Graph

6 Commits

Author SHA1 Message Date
hailin f461e341ba fix: filter thinking content and deduplicate SSE chunks in AntafLLM
Ant Afu returns internal reasoning/thinking process mixed with actual
response text, causing TTS to read out internal monologue. Also fixes
duplicate text chunks being sent repeatedly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 20:05:42 -07:00
hailin d399a21f23 feat: add AntafLLM provider for Ant Afu text API integration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 12:27:49 -07:00
hailin 688a5e17b3 docs: add antaf integration plan for ESP32 device
Two approaches to replace self-hosted Qwen3-32B with Ant Afu AI:
- Plan A: Custom LLM Provider (text API via Frida HTTP Bridge)
- Plan B: Full voice passthrough (audio injection via voice bridge)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 12:26:31 -07:00
hailin ae260da3eb add frontend code 2026-04-05 12:05:11 -07:00
hailin 742389e965 add backend code 2026-04-05 19:01:15 +00:00
hailin ac9061f06d first commit 2026-04-05 18:55:20 +00:00