bramses / chatgpt-md

A (nearly) seamless integration of ChatGPT into Obsidian.
MIT License
824 stars 61 forks source link

Question: GPT Likeness? #13

Closed ProStashio closed 1 year ago

ProStashio commented 1 year ago

Hey, apologise on the double reach out as I did ask on Discord but didn't get a response

Does the plugin retain information feom previous conversations like the web version?

Also, am I able to make use of my subscription with CharGPT with this?

bramses commented 1 year ago

Hi @ProStashio, this plug-in calls the ChatGPT API directly and has no connection to the website version (imagine them as two separate clients of the API, or UIs if that makes more sense).

Not 100% sure wrt Plus subscription as ChatGPT MD calls the turbo model (pricing here: https://openai.com/pricing)

ProStashio commented 1 year ago

Hi @ProStashio, this plug-in calls the ChatGPT API directly and has no connection to the website version (imagine them as two separate clients of the API, or UIs if that makes more sense).

Not 100% sure wrt Plus subscription as ChatGPT MD calls the turbo model (pricing here: https://openai.com/pricing)

Apologies, my first question was moreso along the lines of, will it remember conversations I have had in my vault? Curious if it will retain the information

bramses commented 1 year ago

Ah, kinda. In the sense that each note is just a Markdown file on your computer, yes, it sticks around and you can "pick up those chats where they left off" whenever in the future you desire to. Other files are not being used to call the API, though. The plug-in simply splits the active note by <hr>, extracts the roles and then goes from there. Does that make sense?