Add support for DeepSeek LLM

This commit is contained in:
Mark Backman
2025-01-11 08:47:17 -05:00
parent 4854645637
commit bc839492b6
5 changed files with 251 additions and 11 deletions

View File

@@ -46,6 +46,7 @@ azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.59.0" ]
canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ]
cerebras = [ "openai~=1.59.0" ]
deepseek = [ "openai~=1.59.0" ]
daily = [ "daily-python~=0.14.2" ]
deepgram = [ "deepgram-sdk~=3.7.7" ]
elevenlabs = [ "websockets~=13.1" ]