dspy
dspy copied to clipboard
Bug: missing groq dependency option
Hey, just noticed that if using groq to call models, there's no clear dependency chain to include it. So dependency groq
has to be added separately for things to work. Should it be add-able by doing
pip install dspy-ai[groq]
?