node-chatgpt-api icon indicating copy to clipboard operation
node-chatgpt-api copied to clipboard

Bing image creator feature does not work (in chatbot)

Open gitbute opened this issue 2 years ago • 5 comments

Hi

Some users have access to the image creator over the chatbot. At least in jailbroken mode it does not work for me - only normally over the website. Any idea how to implement that? Maybe its a special request in the backend.

Best regards

gitbute avatar Mar 24 '23 14:03 gitbute

The feature is over a totally different endpoint and would need to be added to this library. You can see an implementation here: https://github.com/acheong08/EdgeGPT

danny-avila avatar Mar 24 '23 18:03 danny-avila

Pull requests are welcome.

waylaidwanderer avatar Mar 24 '23 21:03 waylaidwanderer

The feature is over a totally different endpoint and would need to be added to this library. You can see an implementation here: https://github.com/acheong08/EdgeGPT

Hmm im not sure, because i reverse engineered the image creator directly myself and added it to this code myself. But the chatbot image creator feature should be able to do this over chat himself right?

gitbute avatar Mar 24 '23 22:03 gitbute

@waylaidwanderer is somebody already working on it?

EdgeGPT did not work for me because I always need all the cookies, just _U is not enough perhaps location or something, so I build a node based solution.

I have working code for the image/create part & download, which I would be happy to contribute if you think it still falls in the scope of this repo?

But I'm not sure how to integrate it into the chat, would need to look into it when I have time because i never really use it and find it rather annoying when it decides to just show me an image.

tuefekci avatar May 03 '23 09:05 tuefekci

Can be closed because it was implemented in #381

Richard-Weiss avatar Aug 25 '23 13:08 Richard-Weiss