ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

API to get auto-generated titles

Open Jamminroot opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Webapp provides nicely summarized conversations. It'd be great if API you provide could use them

Describe the solution you'd like Perfect (yet, likely impossible) solution would be to return title with ask() callm, but since it's probably a separate call which might happen later, other solution would be to add new method def get_title(id:str) -> str: or something like that.

Thanks for the nice library! And have a look at my other issue when possible (https://github.com/acheong08/ChatGPT/issues/418) :) Couldn't really resolve it myself since im not from the web\python world. Cheers o/

Jamminroot avatar Jan 07 '23 16:01 Jamminroot