Can this library notify me once chatgpt has finished writing a code block while it's still generating the rest of the response? #272
Answered
by
adamlui
grayfallstown
asked this question in
Q&A
-
I developed a browser extension that renders PlantUML and Mermaid diagrams using kroki.io. Currently, I have trouble properly detecting when a code block has been completely written and I rely on an ugly setInterval setup. |
Beta Was this translation helpful? Give feedback.
Answered by
adamlui
Jun 23, 2024
Replies: 1 comment 3 replies
-
No, but if you want to add a method, I would use a mutation observer to check when a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I added it check it out:
...or using
await
in anasync
block