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
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)
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
The text was updated successfully, but these errors were encountered: