You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
manish-baghel
changed the title
AzureLLMService: Add **kwargs to init function to pass along to super.init()
AzureLLMService: Add **kwargs in init function to pass along to super.init()
Nov 6, 2024
Question
Was there any specific reason for not adding keyword args to the init function?
AzureLLMService:
pipecat/src/pipecat/services/azure.py
Lines 63 to 71 in bd50201
Why it should be added?
name
to the BaseLLMServiceFor eg,
pipecat/src/pipecat/services/anthropic.py
Lines 88 to 96 in bd50201
The text was updated successfully, but these errors were encountered: