How to render LLM generated code in the frontend (nextjs app)
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
I have a use case where my backend which is in Python has an LLM which generates code based on the user's query; For this question, assuming that the LLM generates a react-component, is it possible to dynamically render the component in nextjs after receiving the code?