Skip to content

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

@pk-lit

Description

@pk-lit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions