Replies: 1 comment 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, i am building a chat bot app using the Open AI API. I have the API returning the chat messages in markdown format, so I was wondering if the Nuxt Content module could be used to render the chat messages in real time? Otherwise, currenty I am using the
vue3-markdown-it
package. Here's the logic:Beta Was this translation helpful? Give feedback.
All reactions