Service for together.ai, including Llama 3.1 function calling support

This commit is contained in:
Kwindla Hultman Kramer
2024-08-13 15:01:54 -07:00
parent 574df4ba3d
commit 48f68ba6dc
5 changed files with 481 additions and 19 deletions

View File

@@ -51,6 +51,7 @@ openai = [ "openai~=1.35.0" ]
openpipe = [ "openpipe~=4.18.0" ]
playht = [ "pyht~=0.0.28" ]
silero = [ "silero-vad~=5.1" ]
together = [ "together~=1.2.7" ]
websocket = [ "websockets~=12.0", "fastapi~=0.111.0" ]
whisper = [ "faster-whisper~=1.0.3" ]
xtts = [ "resampy~=0.4.3" ]