Viewing a single comment thread. View all comments

alexmin93 t1_jdvo0ls wrote

How can you do it without openai plugin access? Or you mean it just logs the chat into a file and nothing else? Can it provide context to the gpt?

2

Avastor_Neretal t1_jdvvsiy wrote

Just parsering until end of the page, looking for the specific CSS elements, and copying them into the .md file.

Codeblocks parsing and styling them into the markdown flavor was quite messy, so I decided to just make it entirely separated.
But when you download whole conversation, sadly they're presented as just a clunky plain text.

So, yeah, that's pretty much just logs backup. Though nothing prevents you from manually feeding this data back to the ChatGPT.

0

alexmin93 t1_jdvwpu9 wrote

Chatgpt website already feeds it back, that how the model knows what you've asked before. So there's little added value. But I might steal some code to make a poor man's api (aka selenium script to put prompt and click enter).

1