This website requires JavaScript.
Explore
Help
Sign In
kimi
/
the-nexus-fork
Watch
1
Star
0
Fork
0
You've already forked the-nexus-fork
forked from
Timmy_Foundation/the-nexus
Code
Pull Requests
Activity
Files
43455e9c835aee5cff8e6b4cfafc3db67a293312
the-nexus-fork
/
requirements.txt
5 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix(ci): repair bash syntax in validate job and add missing requirements.txt - Fix empty 'then' block in Python syntax validation loop - Add minimal requirements.txt for pytest/pytest-asyncio/pyyaml
2026-04-07 15:16:19 +00:00
pytest>=7.0
pytest-asyncio>=0.21.0
pyyaml>=6.0
feat: add edge-tts as zero-cost voice output provider - Add EdgeTTSAdapter to bin/deepdive_tts.py (provider key: "edge-tts") default voice: en-US-GuyNeural, no API key required - Add EdgeTTS class to intelligence/deepdive/tts_engine.py - Update HybridTTS to try edge-tts as fallback between piper and elevenlabs - Add --voice-memo flag to bin/night_watch.py for spoken nightly reports - Add edge-tts>=6.1.9 to requirements.txt - Create docs/voice-output.md documenting all providers and fallback chain - Add tests/test_edge_tts.py with 17 unit tests (all mocked, no network) Fixes #1126 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 06:29:26 -04:00
edge-tts>=6.1.9
Copy Permalink