When Creating Batch Jobs I’m encountering an error while attempting to create batch jobs using the OpenAI API. The code snippet below produces an AttributeError:
I’ve faced the same error. I just realised, that I forgot to update the openai lib inside the virtual env, where my jupyter notebook works. I hope it’ll help someone. To check current lib’s version use openai.__version__