KudoAI / chatgpt.js

🤖 A powerful, open source client-side JavaScript library for ChatGPT
https://chatgpt.js.org
MIT License
1.92k stars 143 forks source link

label each conversation like `chatgpt-conversation-1` #25

Closed mefengl closed 1 year ago

mefengl commented 1 year ago

chatgpt-conversation-1

chatgpt-conversation-1-prompt

chatgpt-conversation-1-response-1

chatgpt-conversation-1-response-2

adamlui commented 1 year ago

https://github.com/mefengl/chatgpt-twice/blob/master/script.js like in this code, I need to use setInterval to check, but if have a repo to do this for me, I can just write a listener for onDidGenerated

For the URL mentioning this lib in the code, you should put chatgptjs.org

I meant instead of the GitHub one so ppl remember it more (it redirects here anyway). But once we make 1st release, you can just use // @require so no copy/paste needed

mefengl commented 1 year ago

same