waylaidwanderer / node-chatgpt-api

A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.
https://www.npmjs.com/package/@waylaidwanderer/chatgpt-api
MIT License
4.19k stars 738 forks source link

Bing image creator feature does not work (in chatbot) #236

Open gitbute opened 1 year ago

gitbute commented 1 year ago

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

danny-avila commented 1 year ago

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

waylaidwanderer commented 1 year ago

Pull requests are welcome.

gitbute commented 1 year ago

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?

tuefekci commented 1 year ago

@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.

Richard-Weiss commented 1 year ago

Can be closed because it was implemented in #381