Merge pull request #765 from simliai/simli

Add Simli Service
This commit is contained in:
Aleix Conchillo Flaqué
2024-12-10 09:23:06 -08:00
committed by GitHub
5 changed files with 249 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ soundfile = [ "soundfile~=0.12.1" ]
together = [ "openai~=1.50.2" ]
websocket = [ "websockets~=13.1", "fastapi~=0.115.0" ]
whisper = [ "faster-whisper~=1.0.3" ]
simli = [ "simli-ai>=0.1.7"]
[tool.setuptools.packages.find]
# All the following settings are optional:
where = ["src"]