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
then the instrument call fails in a confusing way because the unsupported openai package version will not have raised the usual warning from pip, and you get:
If you have older versions of openai package installed that are unsupported, and if you don't follow the openai example install command with the openai extra:
https://github.com/whylabs/openllmtelemetry/blob/mainline/notebooks/Instrumenting_OpenAI.ipynb
then the instrument call fails in a confusing way because the unsupported openai package version will not have raised the usual warning from pip, and you get:
when calling
openllmtelemetry.instrument()
We should check for these older versions and emit a friendly warning urging the user to upgrade openai to a supported version.
The text was updated successfully, but these errors were encountered: