-
Notifications
You must be signed in to change notification settings - Fork 104
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
WIP feat: migrate to openai>=1.0.0 #98
base: next
Are you sure you want to change the base?
Conversation
8c0b5ba
to
32c1559
Compare
Thx so much for your contribution! And special thanks for trying to solve the markdown problem! Please fix the problem with importing the |
Hi! GPT-Telegramus/requirements.txt Line 4 in 32c1559
I wonder why the docker build failed. I'm using the docker image on my server. Any idea? |
My attempt to build it by hand also failed
|
Maybe u need to put |
And also I think you need to add |
I guess so. But |
I see... Maybe we can just include this file separately without pip 🙃 |
|
I think this helped |
I have merged that to my repo. Could you please try to build again? |
Yeah, now everything works and even Bard generates pictures 🤯 |
I suggest that we should merge #102 first. This pr needs more work to improve the dalle module's user experience. |
OK! Can you please fix md2tgmd to restart the workflow in all PRs? |
The code here doesn't need to be changed since the dependency link is the same. Can you re-run the workflows manually? |
48b9f12
to
0477813
Compare
0477813
to
f7ff02d
Compare
docs: update contributors list
fix: ChatGPT module not working
See openai/openai-python#742,
openai.Image.create()
has been replaced withclient.images.generate()
.