Update AzureLLMService to use OpenAILLMService

This commit is contained in:
Mark Backman
2024-12-04 11:01:56 -05:00
parent 7013343bf0
commit d5a50e2cad
4 changed files with 172 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ Website = "https://pipecat.ai"
anthropic = [ "anthropic~=0.34.0" ]
assemblyai = [ "assemblyai~=0.34.0" ]
aws = [ "boto3~=1.35.27" ]
azure = [ "azure-cognitiveservices-speech~=1.40.0" ]
azure = [ "azure-cognitiveservices-speech~=1.40.0", "openai~=1.50.2" ]
canonical = [ "aiofiles~=24.1.0" ]
cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ]
daily = [ "daily-python~=0.13.0" ]