mirror of
https://github.com/TEN-framework/ten-framework.git
synced 2026-03-26 17:48:26 +00:00
* feat: new rime http tts based * fix: fix tests * fix: fix format * fix: fix tests * fix: fix homeai tts * fix: fix tests * fix: fixtests * fix: fix lint issues * fix: fix code errors * fix: fix code review issues * fix: fix lint issues * fix: fix tests mock * fix: fix format * fix: fix test * fix: fix lint issue * fix: refactor groq tts * fix: refactor polly tts * fix: fix openai tts * fix: fix playht * fix: fix format and lint issues * fix: fix polly tts test * fix: fix format * feat: support initial claud guideline * feat: apply updates on config.py * fix: fix .gitattributes for tests * fix: fix rime * fix: fix configs * fix: fix tests lf * Revert "fix: fix configs" This reverts commitfa7445e57f. * fix: fix formats * fix: fix tests * fix: fix tests * Revert "fix: fix tests lf" This reverts commit6cf531bb0d. * fix: fix tests * fix: fix tests * fix: fix playht tests * fix: fix test * fix: fix rime to move api_key back to params * fix: update CLAUDE.md * Update .gitattributes to remove start script rule Removed line enforcing LF line endings for start script. * Update .gitattributes * Ensure .tenignore uses LF line endings * Update .gitattributes * fix:bump up versions
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
# Shell scripts use LF as line separator, even checked out to Windows(NTFS)
|
|
# file-system
|
|
*.sh text eol=lf
|
|
ai_agents/agents/bin/* text eol=lf
|
|
ai_agents/agents/scripts/* text eol=lf
|
|
**/bin/start text eol=lf
|
|
|
|
# Ensure .dockerignore and .tenignore files always use LF line endings
|
|
.dockerignore text eol=lf
|
|
.tenignore text eol=lf
|