Update .gitignore, add requests dependency, and implement CambAI TTS integration

This commit is contained in:
Edgar P. Burkhart 2025-03-22 20:52:22 +01:00
parent bc9d5a8943
commit be0567ff0f
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 167 additions and 19 deletions

View file

@ -9,6 +9,7 @@ dependencies = [
"mistralai>=1.6.0",
"py-cord>=2.6.1",
"pynacl>=1.5.0",
"requests>=2.32.3",
]
[project.scripts]