This repository has been archived by the owner on May 13, 2024. It is now read-only.
How to update the openai package in the project to version 1.2.0? #124
Unanswered
cadesalaberry
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hey @cadesalaberry! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to update the ChatFred project to use the latest version of the openai pip package (to use dall-e 3), and I am not familiar with the way you packaged the dependencies for your project. I was expecting a
requirements.txt
file to update somewhere but I did not find it.How were the dependencies initially shipped in the
libs
folder? How should I go about updating them? I thought about usingpip download
but it does not look like the expected file structure (it downloads.whl
files).Beta Was this translation helpful? Give feedback.
All reactions