Skip to content

[FEATURE] indicate the minimum version of OpenAI (and other dep packages) used in a cookbook #1802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pk-lit opened this issue May 1, 2025 · 0 comments

Comments

@pk-lit
Copy link

pk-lit commented May 1, 2025

Is your feature request related to a problem? Please describe.

Cookbooks don't indicate which version of the packages they use. this is frustrating when you guys move so fast (pobrecito! i actually love this... just let me know which versions i need to be using)

for example we can't use this cookbook's functionality at the Openai version 1.68.2 for https://cookbook.openai.com/examples/evaluation/use-cases/bulk-experimentation

results in this error:

Traceback (most recent call last):
File "/Users/pk/evals/evals.py", line 99, in
eval_create_result = openai.evals.create(
^^^^^^^^^^^^
AttributeError: module 'openai' has no attribute 'evals'

version 1.72.2 works but its not clear that i would need to upgrade for this, and that does have production implications.

Describe the solution you'd like
versions of the packages - particularly openai - used in the cookbook. with minimum versions.

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant