Closed preritdas closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve updates to the error handling logic for importing the OpenAI package in two classes. The error messages have been revised to instruct users to install the package with the 'ai' extra instead of the previous 'openai' extra. This ensures consistency in the messaging across the codebase while maintaining the original import functionality.
Files | Change Summary |
---|---|
bigdbm/analyze/insights/init.py | Updated error messages for OpenAI package import to reflect installation with 'ai' extra instead of 'openai' extra. |
🐰 In the code where errors lay,
A message brightens up the way,
"Install with 'ai', don't delay!"
Hops of joy, we dance and play,
For clearer paths, we cheer today! 🌟
The extra was changed from [openai] to [ai].
Summary by CodeRabbit